dawarich: enable secretKeyBaseFile setting
This commit is contained in:
parent
41ad65a8a4
commit
6a07b27571
1 changed files with 2 additions and 4 deletions
|
|
@ -212,10 +212,8 @@ in
|
|||
createLocally = true;
|
||||
};
|
||||
|
||||
# Secret key base - create this file manually:
|
||||
# Generate with: openssl rand -hex 64 > /drives/wd10/dawarich/secrets/secret_key_base
|
||||
# Then update bind mount above to include it
|
||||
# secretKeyBaseFile = "/var/secrets/secret_key_base";
|
||||
# Secret key base
|
||||
secretKeyBaseFile = "/var/secrets/secret_key_base";
|
||||
|
||||
# Enable automatic migrations
|
||||
automaticMigrations = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue