|
TiledViz
|
![]() |
Static Public Attributes | |
| SECRET_KEY = os.environ.get("SECRET_KEY") | |
| str | SQLALCHEMY_DATABASE_URI = "postgresql://"+os.getenv('POSTGRES_USER')+":"+os.getenv('POSTGRES_PASSWORD')+"@"+os.getenv('POSTGRES_HOST')+":"+os.getenv('POSTGRES_PORT')+"/"+os.getenv('POSTGRES_DB') |
| bool | SQLALCHEMY_TRACK_MODIFICATIONS = True |
| str | SESSION_COOKIE_SAMESITE = "Strict" |
| bool | SESSION_COOKIE_SECURE = True |
| bool | REMEMBER_COOKIE_SECURE = True |
| bool | SESSION_PERMANENT = True |
| str | SESSION_TYPE = "filesystem" |
| bool | SESSION_COOKIE_HTTPONLY = True |
| bool | REMEMBER_COOKIE_HTTPONLY = True |
| str | ENV = 'production' |
| bool | DEBUG = False |
| DOMAIN = os.getenv("DOMAIN") | |
| SERVERN = os.getenv("SERVER_NAME") | |
| str | SERVER_NAME = SERVERN+"."+DOMAIN |
| int | PORT = 443 |
| str | BOOTSTRAP_BTN_STYLE = 'primary' |
| str | BOOTSTRAP_BTN_SIZE = 'sm' |
| str | BOOTSTRAP_TABLE_VIEW_TITLE = 'Read' |
| str | BOOTSTRAP_TABLE_EDIT_TITLE = 'Update' |
| str | BOOTSTRAP_TABLE_DELETE_TITLE = 'Remove' |
| str | BOOTSTRAP_TABLE_NEW_TITLE = 'Create' |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |