Created
November 13, 2022 09:03
-
-
Save tyrm/5189c0f54bbaf42da83df250093f7332 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
EXTERNAL_HOSTNAME=relay.example.com | |
HTTP_BIND=127.0.0.1:5000 | |
RUNNER_CONCURRENCY=5 | |
ENCRPYTION_KEY=longrandomstring | |
TOKEN_SALT=differentlongrandomstring | |
DB_TYPE=postgres | |
DB_ADDRESS=postgres | |
DB_PORT=5432 | |
DB_USER=ft_relay | |
DB_PASSWORD=ft_relay | |
DB_DATABASE=ft_relay | |
FAKTORY_URL=tcp://:password@faktory:17419 | |
REDIS_ADDRESS=redis:6379 | |
REDIS_DB=7 | |
#REDIS_PASSWORD=password | |
#LOG_LEVEL=debug | |
#UPTRACE_DSN= | |
WEBAPP_FONTAWESOME_CSS_URI=<link to fontawesome v6> | |
WEBAPP_LOGO_SRC_DARK=<link to dark logo to be displayed on light background> | |
WEBAPP_LOGO_SRC_LIGHT<link to darlight logo to be displayed on dark background> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment