mirror of
https://github.com/aljazceru/CTFd.git
synced 2025-12-17 22:14:25 +01:00
Run format
This commit is contained in:
@@ -247,7 +247,7 @@ class Config(object):
|
||||
APPLICATION_ROOT = os.getenv("APPLICATION_ROOT") or "/"
|
||||
SERVER_SENT_EVENTS = not os.getenv("SERVER_SENT_EVENTS") # Defaults True
|
||||
SQLALCHEMY_ENGINE_OPTIONS = {
|
||||
"max_overflow": int(os.getenv("SQLALCHEMY_MAX_OVERFLOW", 20)),
|
||||
"max_overflow": int(os.getenv("SQLALCHEMY_MAX_OVERFLOW", 20))
|
||||
}
|
||||
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user