fix
All checks were successful
Deploy Prod / Build (pull_request) Successful in 16s
Deploy Prod / Push (pull_request) Successful in 19s
Deploy Prod / prepare (pull_request) Successful in 9s
Deploy Prod / Deploy prod (pull_request) Successful in 39s

This commit is contained in:
Egor Matveev 2025-07-11 22:28:48 +03:00
parent e4a6d0e057
commit 41a063fb51
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