From 41a063fb51de87cbea63f665f1105def78352d6b Mon Sep 17 00:00:00 2001 From: Egor Matveev Date: Fri, 11 Jul 2025 22:28:48 +0300 Subject: [PATCH] fix --- .deploy-infra/deploy-prod.yaml | 1 - authelia/configuration.yml | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.deploy-infra/deploy-prod.yaml b/.deploy-infra/deploy-prod.yaml index 70a2631..51c9a87 100755 --- a/.deploy-infra/deploy-prod.yaml +++ b/.deploy-infra/deploy-prod.yaml @@ -35,7 +35,6 @@ services: AUTHELIA_JWT_SECRET: $AUTHTHELIA_JWT_SECRET AUTHELIA_SESSION_SECRET: $AUTHTHELIA_SESSION_SECRET AUTHELIA_STORAGE_ENCRYPTION_KEY: $AUTHELIA_STORAGE_ENCRYPTION_KEY - AUTHELIA_STORAGE_POSTGRES_HOST: "postgres" AUTHELIA_STORAGE_POSTGRES_PORT: "5432" AUTHELIA_STORAGE_POSTGRES_DATABASE: "authelia" AUTHELIA_STORAGE_POSTGRES_USERNAME: "postgres" diff --git a/authelia/configuration.yml b/authelia/configuration.yml index e73cdc6..7d3d5ff 100644 --- a/authelia/configuration.yml +++ b/authelia/configuration.yml @@ -32,7 +32,7 @@ session: storage: encryption_key: "a_very_long_secret_32_characters_minimum" postgres: - host: pg.chocomarsh.com + host: pg.sprinthub.ru port: 5432 database: authelia schema: public