Commit cfaa48ac authored by Mickaël Desfrênes's avatar Mickaël Desfrênes
Browse files

change default log file name

parent 2063196c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -40,7 +40,7 @@ SECRET_KEY = (
DEBUG = True if os.getenv("JAMA_DEBUG") == "1" else False

JAMA_IIIF_ENDPOINT = os.getenv("JAMA_IIIF_ENDPOINT") or "http://localhost/iip/IIIF="
JAMA_LOG_FILE = os.getenv("JAMA_LOG_FILE") or "sql.log"
JAMA_LOG_FILE = os.getenv("JAMA_LOG_FILE") or "jama.log"
ALLOWED_HOSTS = ["*"]