2
0
Fork 0

nix: don't run in debug mode

This commit is contained in:
D Anzorge 2021-04-15 18:36:58 +02:00
parent f9be9c71cc
commit d5f73624aa

View file

@ -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";