Add my.protospace.ca to allowed hosts
This commit is contained in:
parent
d4871feb8d
commit
c9c0145bbb
|
@ -31,7 +31,7 @@ DEBUG = DEBUG_ENV or False
|
||||||
if DEBUG: print('Debug mode ON')
|
if DEBUG: print('Debug mode ON')
|
||||||
|
|
||||||
|
|
||||||
PRODUCTION_HOST = 'my.dns.t0.vc'
|
PRODUCTION_HOST = 'my.protospace.ca'
|
||||||
|
|
||||||
|
|
||||||
# production hosts
|
# production hosts
|
||||||
|
@ -46,6 +46,7 @@ if DEBUG:
|
||||||
'spaceport-api.dns.t0.vc',
|
'spaceport-api.dns.t0.vc',
|
||||||
'api.spaceport.dns.t0.vc',
|
'api.spaceport.dns.t0.vc',
|
||||||
'api.my.dns.t0.vc',
|
'api.my.dns.t0.vc',
|
||||||
|
'api.my.protospace.ca',
|
||||||
]
|
]
|
||||||
|
|
||||||
SECURE_PROXY_SSL_HEADER = ('HTTP_X_FORWARDED_PROTO', 'https')
|
SECURE_PROXY_SSL_HEADER = ('HTTP_X_FORWARDED_PROTO', 'https')
|
||||||
|
|
Loading…
Reference in New Issue
Block a user