mirror of
https://github.com/OpenBankProject/API-Manager.git
synced 2026-02-06 13:06:45 +00:00
Add CALLBACK_BASE_URL to local_settings_container.py
This commit is contained in:
parent
5482acb258
commit
9fa9f9e6cd
2
.github/local_settings_container.py
vendored
2
.github/local_settings_container.py
vendored
@ -16,6 +16,8 @@ if os.getenv('API_HOST'):
|
||||
API_HOST = os.getenv('API_HOST')
|
||||
if os.getenv('API_PORTAL'):
|
||||
API_PORTAL = os.getenv('API_PORTAL')
|
||||
if os.getenv('CALLBACK_BASE_URL'):
|
||||
CALLBACK_BASE_URL = os.getenv('CALLBACK_BASE_URL')
|
||||
if os.getenv('ALLOWED_HOSTS'):
|
||||
ALLOWED_HOSTS = os.getenv('ALLOWED_HOSTS').split(',')
|
||||
BASE_DIR = os.path.dirname(os.path.dirname(os.path.abspath(__file__)))
|
||||
|
||||
Loading…
Reference in New Issue
Block a user