mirror of
https://github.com/OpenBankProject/API-Manager.git
synced 2026-02-06 14:16:46 +00:00
feature/Fix security warning
This commit is contained in:
parent
edde7e05bb
commit
d0c1289e77
@ -14,7 +14,7 @@ SECRET_KEY = os.getenv('SECRET_KEY', 'dev-secret-key-change-in-production')
|
||||
if os.getenv('API_HOST'):
|
||||
API_HOST = os.getenv('API_HOST')
|
||||
else:
|
||||
API_HOST = 'http://172.21.0.1:8080'
|
||||
API_HOST = 'http://127.0.0.1:8080'
|
||||
|
||||
if os.getenv('API_PORTAL'):
|
||||
API_PORTAL = os.getenv('API_PORTAL')
|
||||
|
||||
Loading…
Reference in New Issue
Block a user