config.yml 228 B

12345678910111213
  1. port: 3000
  2. bindIP: 0.0.0.0
  3. db:
  4. type: $(DB_TYPE)
  5. host: $(DB_HOST)
  6. port: $(DB_PORT)
  7. user: $(DB_USER)
  8. pass: $(DB_PASS)
  9. db: $(DB_NAME)
  10. storage: $(DB_FILEPATH)
  11. ssl: $(DB_SSL)
  12. trustProxy: $(TRUST_PROXY)
  13. logLevel: info