5 lines
137 B
YAML
5 lines
137 B
YAML
# Default server configuration.
|
|
jwt_secret: INSECURE_DEFAULT_SECRET
|
|
host: 127.0.0.1
|
|
mongo_db: mongodb://localhost:27017/angel
|
|
port: 3000
|