Skip to content
Snippets Groups Projects
Commit d0387b5e authored by florimondmanca's avatar florimondmanca
Browse files

update production ALLOWED_HOSTS

parent 16619e42
No related branches found
No related tags found
No related merge requests found
......@@ -2,18 +2,15 @@
import os
from celery.schedules import crontab
from aws.conf import *
from celery.schedules import crontab
from .common import *
DEBUG = os.environ.get('DEBUG', False)
ALLOWED_HOSTS = [
'localhost',
'oser-backend.herokuapp.com',
'oser-backend-staging.herokuapp.com',
'oser-cs.fr',
'oser-site-vitrine.herokuapp.com',
]
# Security
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment