mirror of https://github.com/agola-io/agola
Merge pull request #542 from sgotti/examples_add_missing_web_config_for_notification_service
examples: add missing web config for notification service
This commit is contained in:
commit
7611d3d53f
|
|
@ -32,6 +32,8 @@ notification:
|
|||
db:
|
||||
type: sqlite3
|
||||
connString: /data/agola/notification/db
|
||||
web:
|
||||
listenAddress: ":4004"
|
||||
|
||||
configstore:
|
||||
dataDir: /data/agola/configstore
|
||||
|
|
|
|||
Loading…
Reference in New Issue