config.json.template 298 B

1234567891011121314
  1. {
  2. "url": "##APP_ORIGIN",
  3. "secret": "##SECRET",
  4. "database": "mongo",
  5. "mongo": {
  6. "host": "##MONGODB_HOST",
  7. "port": "##MONGODB_PORT",
  8. "username": "##MONGODB_USERNAME",
  9. "password": "##MONGODB_PASSWORD",
  10. "database": "##MONGODB_DATABASE"
  11. }
  12. }