mirror of
https://github.com/mvvasilev/findtheti.me.git
synced 2025-04-19 13:39:52 +03:00
3 lines
No EOL
297 B
Text
3 lines
No EOL
297 B
Text
DATABASE_URL= // the url to the database ( example local postgres: postgres://postgres:postgres@localhost/findthetime )
|
|
EVENT_UID_SIZE= // size of snowflake ids for events ( 20 )
|
|
LOG_LEVEL= // see https://docs.rs/tracing-subscriber/0.3.15/tracing_subscriber/struct.EnvFilter.html#. Default is info |