Private
Public Access
1
0
This commit is contained in:
Sander Roosendaal
2021-03-29 21:29:11 +02:00
parent 88df02f8ec
commit a867e3742b
2 changed files with 3 additions and 1 deletions

View File

@@ -328,6 +328,8 @@ RP3_CLIENT_SECRET = CFG["rp3_client_secret"]
RP3_REDIRECT_URI = CFG["rp3_redict_uri"]
RP3_CLIENT_KEY = RP3_CLIENT_ID
# Nielsen-Kellerman
# Full Site URL
SITE_URL = CFG['site_url']

View File

@@ -60,7 +60,7 @@ DEBUG = True
TEMPLATES[0]['OPTIONS']['debug'] = DEBUG
ALLOWED_HOSTS = ['localhost','127.0.0.1']
ALLOWED_HOSTS = ['localhost','127.0.0.1','dunav.ngrok.io']
# INSTALLED_APPS += ['debug_toolbar',]
#INSTALLED_APPS += ["sslserver"]