forked from DGNum/infrastructure
fix(django-apps/interludes): Don't run in debug mode
This commit is contained in:
parent
32f13adaad
commit
420fe99984
1 changed files with 1 additions and 0 deletions
|
@ -54,6 +54,7 @@ in
|
||||||
INTERLUDES_EMAIL_HOST = "clipper.ens.fr";
|
INTERLUDES_EMAIL_HOST = "clipper.ens.fr";
|
||||||
INTERLUDES_EMAIL_PORT = 465;
|
INTERLUDES_EMAIL_PORT = 465;
|
||||||
INTERLUDES_EMAIL_HOST_USER = "interludes";
|
INTERLUDES_EMAIL_HOST_USER = "interludes";
|
||||||
|
INTERLUDES_DEBUG = false;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue