nix: don't run in debug mode
This commit is contained in:
parent
f9be9c71cc
commit
d5f73624aa
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ let
|
|||
else
|
||||
"redis://${cfg.celeryRedis.host}:${toString cfg.celeryRedis.port}/0";
|
||||
env = {
|
||||
DEBUG = "true";
|
||||
DEBUG = "false";
|
||||
DOMAIN = cfg.domain;
|
||||
BOOKWYRM_DATABASE_BACKEND = "postgres";
|
||||
MEDIA_ROOT = (builtins.toPath cfg.stateDir) + "/images";
|
||||
|
|
Loading…
Add table
Reference in a new issue