You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12345678910 |
- FATHOM_SERVER_ADDR={{ fathom_internal_port }}
- FATHOM_GZIP=true
- FATHOM_DEBUG=false
- FATHOM_DATABASE_DRIVER="postgres"
- FATHOM_DATABASE_SSLMODE="require"
- FATHOM_DATABASE_NAME="{{ fathom_db_database }}"
- FATHOM_DATABASE_USER="{{ fathom_db_username }}"
- FATHOM_DATABASE_PASSWORD="{{ fathom_db_password }}"
- FATHOM_DATABASE_HOST="localhost"
- FATHOM_SECRET="{{ fathom_secret }}"
|