Merge pull request 'fix' (#133) from master into prod

Reviewed-on: https://gitea.chocomarsh.com/self/infra/pulls/133
This commit is contained in:
emmatveev 2025-07-11 22:29:14 +03:00
commit a6273a24dc
2 changed files with 1 additions and 2 deletions

View File

@ -35,7 +35,6 @@ services:
AUTHELIA_JWT_SECRET: $AUTHTHELIA_JWT_SECRET AUTHELIA_JWT_SECRET: $AUTHTHELIA_JWT_SECRET
AUTHELIA_SESSION_SECRET: $AUTHTHELIA_SESSION_SECRET AUTHELIA_SESSION_SECRET: $AUTHTHELIA_SESSION_SECRET
AUTHELIA_STORAGE_ENCRYPTION_KEY: $AUTHELIA_STORAGE_ENCRYPTION_KEY AUTHELIA_STORAGE_ENCRYPTION_KEY: $AUTHELIA_STORAGE_ENCRYPTION_KEY
AUTHELIA_STORAGE_POSTGRES_HOST: "postgres"
AUTHELIA_STORAGE_POSTGRES_PORT: "5432" AUTHELIA_STORAGE_POSTGRES_PORT: "5432"
AUTHELIA_STORAGE_POSTGRES_DATABASE: "authelia" AUTHELIA_STORAGE_POSTGRES_DATABASE: "authelia"
AUTHELIA_STORAGE_POSTGRES_USERNAME: "postgres" AUTHELIA_STORAGE_POSTGRES_USERNAME: "postgres"

View File

@ -32,7 +32,7 @@ session:
storage: storage:
encryption_key: "a_very_long_secret_32_characters_minimum" encryption_key: "a_very_long_secret_32_characters_minimum"
postgres: postgres:
host: pg.chocomarsh.com host: pg.sprinthub.ru
port: 5432 port: 5432
database: authelia database: authelia
schema: public schema: public