Mirror von
https://github.com/mail-in-a-box/mailinabox.git
synchronisiert 2026-09-15 00:48:00 +02:00
minor
Dieser Commit ist enthalten in:
@@ -685,8 +685,7 @@ def log_failed_login(request):
|
|||||||
# APP
|
# APP
|
||||||
|
|
||||||
if __name__ == '__main__':
|
if __name__ == '__main__':
|
||||||
app.debug = True # TODO: remove this line and uncomment the next line after testing
|
if "DEBUG" in os.environ: app.debug = True
|
||||||
# if "DEBUG" in os.environ: app.debug = True
|
|
||||||
if "APIKEY" in os.environ: auth_service.key = os.environ["APIKEY"]
|
if "APIKEY" in os.environ: auth_service.key = os.environ["APIKEY"]
|
||||||
|
|
||||||
if not app.debug:
|
if not app.debug:
|
||||||
|
|||||||
In neuem Issue referenzieren
Einen Benutzer sperren