update template

This commit is contained in:
wh1te909 2022-09-23 06:59:26 +00:00
parent 548250029d
commit e0c99d87bd
1 changed files with 4 additions and 0 deletions

View File

@ -2,6 +2,10 @@ SECRET_KEY = "{{ django_secret }}"
DEBUG = True
ALLOWED_HOSTS = ['{{ api }}']
ADMIN_URL = "admin/"
CORS_ORIGIN_WHITELIST = [
"http://{{ rmm }}:8080",
"https://{{ rmm }}:8080",
]
CORS_ORIGIN_ALLOW_ALL = True
DATABASES = {
'default': {