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 )