mirror of
https://github.com/mvvasilev/findtheti.me.git
synced 2025-04-11 18:15:01 +03:00
11 lines
No EOL
774 B
Text
11 lines
No EOL
774 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
|
|
|
|
HTTP_PORT= # 8080 by default
|
|
|
|
SSL_ENABLED= # false by default
|
|
SSL_REDIRECT= # true by default
|
|
SSL_PORT= # 8443 by default
|
|
SSL_CERT_PATH= # no default, if SSL_ENABLED is true, this must be configured, or the backend will panic. In a docker environment, this is configured by default ( see Dockerfile )
|
|
SSL_KEY_PATH= # no default, if SSL_ENABLED is true, this must be configured, or the backend will panic. In a docker environment, this is configured by default ( see Dockerfile ) |