2016-04-22 02:56:21 +00:00
|
|
|
# Default server configuration.
|
2016-12-24 04:33:28 +00:00
|
|
|
jwt_secret: INSECURE_DEFAULT_SECRET
|
2016-09-20 05:04:51 +00:00
|
|
|
db:
|
|
|
|
migrate:
|
|
|
|
database: angel
|
|
|
|
username: root
|
|
|
|
password: password
|
|
|
|
web:
|
|
|
|
database: angel
|
|
|
|
username: username
|
2016-11-23 22:21:41 +00:00
|
|
|
password: password
|
|
|
|
host: 127.0.0.1
|
|
|
|
mongo_db: mongodb://localhost:27017/angel
|
2016-12-24 04:33:28 +00:00
|
|
|
port: 3000
|