accentor has a different secret env variable now

This commit is contained in:
Charlotte Van Petegem 2021-07-23 19:45:44 +02:00
parent 9e5063e3d3
commit dfdffc7f43
No known key found for this signature in database
GPG key ID: 019E764B7184435A

View file

@ -79,7 +79,7 @@ in
noPass = true;
cmd = "accentor-console";
runAs = "accentor";
setEnv = [ "RAILS_MASTER_KEY" ];
setEnv = [ "SECRET_KEY_BASE" ];
}];
services.postgresql = {