mirror of
https://github.com/OpenBankProject/API-Manager.git
synced 2026-02-06 12:46:54 +00:00
initial commit
This commit is contained in:
parent
a9497f2141
commit
09f08d8a7b
4
.github/local_settings_container.py
vendored
4
.github/local_settings_container.py
vendored
@ -26,3 +26,7 @@ DATABASES = {
|
||||
}
|
||||
}
|
||||
STATIC_ROOT = os.path.join(BASE_DIR, 'static')
|
||||
SESSION_COOKIE_SECURE = False
|
||||
SESSION_COOKIE_HTTPONLY = False
|
||||
CSRF_COOKIE_HTTPONLY = False
|
||||
CSRF_COOKIE_SECURE = False
|
||||
Loading…
Reference in New Issue
Block a user