add authelia encryption key
Production GitOps Engine / execute-ansible (push) Successful in 52s
Details
Production GitOps Engine / execute-ansible (push) Successful in 52s
Details
This commit is contained in:
parent
83297d51bc
commit
63d2b188b4
|
|
@ -1 +1,3 @@
|
|||
SESSION_SECRET=f08e40ddded6b1fd6b5cdb2e0dbf59d7b8531e1d3d6e8d4c74671b3baa84650f
|
||||
STORAGE_ENCRYPTION_KEY=e0N6oZ11Y8rcYanI0x2ZDb/YKNqFdDvTjtmybqT7RxPfGyMNGwE6CqeZunizhprn
|
||||
JWT_SECRET=Sx5klfoO5IvdLxrdnpiXUZQYu+fn3Q2S3KlTb8Tt3cNNMdaZvdaESfQ71SSX0njk
|
||||
|
|
|
|||
|
|
@ -7,6 +7,8 @@ log:
|
|||
|
||||
theme: dark
|
||||
|
||||
jwt_secret: '${JWT_SECRET}'
|
||||
|
||||
totp:
|
||||
issuer: authelia.com
|
||||
|
||||
|
|
@ -36,6 +38,7 @@ session:
|
|||
inactivity: 1000
|
||||
|
||||
storage:
|
||||
encryption_key: '${STORAGE_ENCRYPTION_KEY}'
|
||||
local:
|
||||
path: /config/db.sqlite3
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue