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