updated page amount
This commit is contained in:
@@ -32,6 +32,7 @@ class ApplicationConfig:
|
||||
SECRET_KEY = "34dsfkjh43123cxzfvqwer23432dsf233214efdasf2134321"
|
||||
|
||||
# sessions
|
||||
SESSION_TYPE = "sqlalchemy"
|
||||
SESSION_COOKIE_NAME = "eamco_session"
|
||||
SESSION_COOKIE_SECURE = False
|
||||
SESSION_COOKIE_HTTPONLY = True
|
||||
@@ -49,5 +50,3 @@ class ApplicationConfig:
|
||||
CORS_ALLOW_HEADERS = "*"
|
||||
CORS_ORIGIN_WHITELIST = ['http://192.168.1.204','http://localhost', 'http://192.168.1.204:9511', "*"]
|
||||
WHITE= ['http://192.168.1.204','http://localhost', "*"]
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user