Compare commits
No commits in common. "f63af5c3a9436a406ff5e50913d02500996c36ae" and "20c63b379a0715183be7af8316d0533083dd7f84" have entirely different histories.
f63af5c3a9
...
20c63b379a
@ -15,17 +15,14 @@ DEBUG = os.getenv('DEBUG', 'False').lower() == 'true'
|
|||||||
ALLOWED_HOSTS = os.getenv('ALLOWED_HOSTS', '*').split(',')
|
ALLOWED_HOSTS = os.getenv('ALLOWED_HOSTS', '*').split(',')
|
||||||
|
|
||||||
CORS_ALLOWED_ORIGINS = [
|
CORS_ALLOWED_ORIGINS = [
|
||||||
'https://attunehearttherapy.com',
|
'https://attunehearttherapy.com'
|
||||||
'https://www.attunehearttherapy.com',
|
|
||||||
'https://api.attunehearttherapy.com',
|
|
||||||
]
|
]
|
||||||
|
|
||||||
CORS_ALLOW_CREDENTIALS = True
|
CORS_ALLOW_CREDENTIALS = True
|
||||||
|
|
||||||
CSRF_TRUSTED_ORIGINS = [
|
CSRF_TRUSTED_ORIGINS = [
|
||||||
'https://api.attunehearttherapy.com',
|
'https://api.attunehearttherapy.com',
|
||||||
'https://attunehearttherapy.com',
|
'https://attunehearttherapy.com'
|
||||||
'https://www.attunehearttherapy.com',
|
|
||||||
]
|
]
|
||||||
|
|
||||||
INSTALLED_APPS = [
|
INSTALLED_APPS = [
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user