accentor has a different secret env variable now
This commit is contained in:
parent
9e5063e3d3
commit
dfdffc7f43
1 changed files with 1 additions and 1 deletions
|
@ -79,7 +79,7 @@ in
|
||||||
noPass = true;
|
noPass = true;
|
||||||
cmd = "accentor-console";
|
cmd = "accentor-console";
|
||||||
runAs = "accentor";
|
runAs = "accentor";
|
||||||
setEnv = [ "RAILS_MASTER_KEY" ];
|
setEnv = [ "SECRET_KEY_BASE" ];
|
||||||
}];
|
}];
|
||||||
|
|
||||||
services.postgresql = {
|
services.postgresql = {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue