TiledViz
Loading...
Searching...
No Matches
config.Config Class Reference
Inheritance diagram for config.Config:

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'

Detailed Description

Definition at line 5 of file config.py.

Member Data Documentation

◆ BOOTSTRAP_BTN_SIZE

str config.Config.BOOTSTRAP_BTN_SIZE = 'sm'
static

Definition at line 31 of file config.py.

◆ BOOTSTRAP_BTN_STYLE

str config.Config.BOOTSTRAP_BTN_STYLE = 'primary'
static

Definition at line 30 of file config.py.

◆ BOOTSTRAP_TABLE_DELETE_TITLE

str config.Config.BOOTSTRAP_TABLE_DELETE_TITLE = 'Remove'
static

Definition at line 36 of file config.py.

◆ BOOTSTRAP_TABLE_EDIT_TITLE

str config.Config.BOOTSTRAP_TABLE_EDIT_TITLE = 'Update'
static

Definition at line 35 of file config.py.

◆ BOOTSTRAP_TABLE_NEW_TITLE

str config.Config.BOOTSTRAP_TABLE_NEW_TITLE = 'Create'
static

Definition at line 37 of file config.py.

◆ BOOTSTRAP_TABLE_VIEW_TITLE

str config.Config.BOOTSTRAP_TABLE_VIEW_TITLE = 'Read'
static

Definition at line 34 of file config.py.

◆ DEBUG

bool config.Config.DEBUG = False
static

Definition at line 22 of file config.py.

◆ DOMAIN

config.Config.DOMAIN = os.getenv("DOMAIN")
static

Definition at line 24 of file config.py.

◆ ENV

str config.Config.ENV = 'production'
static

Definition at line 21 of file config.py.

◆ PORT

int config.Config.PORT = 443
static

Definition at line 27 of file config.py.

◆ REMEMBER_COOKIE_HTTPONLY

bool config.Config.REMEMBER_COOKIE_HTTPONLY = True
static

Definition at line 18 of file config.py.

◆ REMEMBER_COOKIE_SECURE

bool config.Config.REMEMBER_COOKIE_SECURE = True
static

Definition at line 13 of file config.py.

◆ SECRET_KEY

config.Config.SECRET_KEY = os.environ.get("SECRET_KEY")
static

Definition at line 6 of file config.py.

◆ SERVER_NAME

str config.Config.SERVER_NAME = SERVERN+"."+DOMAIN
static

Definition at line 26 of file config.py.

◆ SERVERN

config.Config.SERVERN = os.getenv("SERVER_NAME")
static

Definition at line 25 of file config.py.

◆ SESSION_COOKIE_HTTPONLY

bool config.Config.SESSION_COOKIE_HTTPONLY = True
static

Definition at line 17 of file config.py.

◆ SESSION_COOKIE_SAMESITE

str config.Config.SESSION_COOKIE_SAMESITE = "Strict"
static

Definition at line 10 of file config.py.

◆ SESSION_COOKIE_SECURE

bool config.Config.SESSION_COOKIE_SECURE = True
static

Definition at line 12 of file config.py.

◆ SESSION_PERMANENT

bool config.Config.SESSION_PERMANENT = True
static

Definition at line 14 of file config.py.

◆ SESSION_TYPE

str config.Config.SESSION_TYPE = "filesystem"
static

Definition at line 15 of file config.py.

◆ SQLALCHEMY_DATABASE_URI

str config.Config.SQLALCHEMY_DATABASE_URI = "postgresql://"+os.getenv('POSTGRES_USER')+":"+os.getenv('POSTGRES_PASSWORD')+"@"+os.getenv('POSTGRES_HOST')+":"+os.getenv('POSTGRES_PORT')+"/"+os.getenv('POSTGRES_DB')
static

Definition at line 7 of file config.py.

◆ SQLALCHEMY_TRACK_MODIFICATIONS

bool config.Config.SQLALCHEMY_TRACK_MODIFICATIONS = True
static

Definition at line 8 of file config.py.


The documentation for this class was generated from the following file: