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
|
else
|
||||||
"redis://${cfg.celeryRedis.host}:${toString cfg.celeryRedis.port}/0";
|
"redis://${cfg.celeryRedis.host}:${toString cfg.celeryRedis.port}/0";
|
||||||
env = {
|
env = {
|
||||||
DEBUG = "true";
|
DEBUG = "false";
|
||||||
DOMAIN = cfg.domain;
|
DOMAIN = cfg.domain;
|
||||||
BOOKWYRM_DATABASE_BACKEND = "postgres";
|
BOOKWYRM_DATABASE_BACKEND = "postgres";
|
||||||
MEDIA_ROOT = (builtins.toPath cfg.stateDir) + "/images";
|
MEDIA_ROOT = (builtins.toPath cfg.stateDir) + "/images";
|
||||||
|
|
Loading…
Add table
Reference in a new issue