Compare commits
No commits in common. "a6273a24dc714d90e1e837d0970b47dc8aeb2b78" and "5da9bc072b3a2d0794e075ce156d5402b577afc6" have entirely different histories.
a6273a24dc
...
5da9bc072b
@ -35,6 +35,7 @@ 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"
|
||||
|
@ -32,7 +32,7 @@ session:
|
||||
storage:
|
||||
encryption_key: "a_very_long_secret_32_characters_minimum"
|
||||
postgres:
|
||||
host: pg.sprinthub.ru
|
||||
host: pg.chocomarsh.com
|
||||
port: 5432
|
||||
database: authelia
|
||||
schema: public
|
||||
|
Loading…
Reference in New Issue
Block a user