Update default.yaml
This commit is contained in:
parent
47b28d524d
commit
3ea37fc7ac
1 changed files with 2 additions and 1 deletions
|
@ -1,4 +1,5 @@
|
||||||
# Default server configuration.
|
# Default server configuration.
|
||||||
|
jwt_secret: INSECURE_DEFAULT_SECRET
|
||||||
db:
|
db:
|
||||||
migrate:
|
migrate:
|
||||||
database: angel
|
database: angel
|
||||||
|
@ -10,4 +11,4 @@ db:
|
||||||
password: password
|
password: password
|
||||||
host: 127.0.0.1
|
host: 127.0.0.1
|
||||||
mongo_db: mongodb://localhost:27017/angel
|
mongo_db: mongodb://localhost:27017/angel
|
||||||
port: 3000
|
port: 3000
|
||||||
|
|
Loading…
Reference in a new issue