app.core.config

Module Contents

Classes

Config

Attributes

API_V1_STR

JWT_TOKEN_PREFIX

ACCESS_TOKEN_EXPIRE_MINUTES

allowed_mime_types

path_dot_env

config

config

app.core.config.API_V1_STR = /api
app.core.config.JWT_TOKEN_PREFIX = Token
app.core.config.ACCESS_TOKEN_EXPIRE_MINUTES
app.core.config.allowed_mime_types = ['text/csv', 'application/octet-stream', 'application/pdf', 'text/plain', 'chemical/x-cif',...
app.core.config.path_dot_env
app.core.config.config
app.core.config.config
class app.core.config.Config

Bases: object

app_port
mongo_db
mongo_uri
mongo_coll
mongo_coll_users
max_conn
min_conn
jwt_secret_key
jwt_algorithm
jwt_token_prefix = Token
access_token_expire_minutes
app_name
allowed_hosts
api_v1_str
files_dir
allowed_mime_types
enable_onpremise_auth