.env.sample 570 B

12345678910111213141516171819202122232425
  1. # Uncomment any of the variables below to customize your enviornment
  2. #POSTGRES_ADDR=
  3. #REDIS_ADDR=
  4. #SERVER_ADDR=
  5. #SSE_UPDATE_INTERVAL=
  6. #WS_UPDATE_INTERVAL=
  7. #REDIS_POLL_INTERVAL=
  8. #
  9. # Postgres settings
  10. #
  11. #DB_HOST=
  12. #DB_USER=
  13. #DB_NAME=
  14. #DB_PASS=
  15. #DB_PORT=
  16. # *note*: `DATABASE_URL` is an alternative to the variables above; if
  17. # it is set, it will overwrite all other Postgres env variables
  18. # schema: postgresql://[USER[:PASSWORD]@][HOST][:PORT][/DB_NAME]
  19. #DATABASE_URL=
  20. #Possible values for the log level are error, warn, info, debug, trace
  21. RUST_LOG=warn