Changed config.py
Table and schema names can now be configured in .env file
This commit is contained in:
@ -8,3 +8,5 @@ host_name = config('HOST_NAME')
|
||||
port = config('PORT')
|
||||
logging_level = config('LOGGING_LEVEL')
|
||||
enable_api_docs = config('ENABLE_API_DOCS', cast=bool)
|
||||
schema_name = config('SCHEMA_NAME')
|
||||
table_name = config('TABLE_NAME')
|
||||
Reference in New Issue
Block a user