You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

16 lines
282 B

  1. port: $(PORT)
  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. redis:
  12. host: $(REDIS_HOST)
  13. port: $(REDIS_PORT)
  14. db: $(REDIS_DB)
  15. password: $(REDIS_PASS)
  16. logLevel: info