add back secret key
This commit is contained in:
parent
529467cd0c
commit
8b570686b4
1 changed files with 1 additions and 0 deletions
|
|
@ -183,6 +183,7 @@
|
|||
WorkingDirectory = working_directory;
|
||||
PrivateTmp = true;
|
||||
ExecStart = pkgs.writeShellScript "start-zoeycomputer" ''
|
||||
export SECRET_KEY_BASE=$(cat ${cfg.secret_key_file})
|
||||
# If a password file is specified, construct DATABASE_URL with password
|
||||
${
|
||||
if cfg.phx.database.passwordFile != null
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue