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 @@ ...@@ -2,18 +2,15 @@
import os import os
from celery.schedules import crontab
from aws.conf import * from aws.conf import *
from celery.schedules import crontab
from .common import * from .common import *
DEBUG = os.environ.get('DEBUG', False) DEBUG = os.environ.get('DEBUG', False)
ALLOWED_HOSTS = [ ALLOWED_HOSTS = [
'localhost', 'localhost',
'oser-backend.herokuapp.com', 'oser-site-vitrine.herokuapp.com',
'oser-backend-staging.herokuapp.com',
'oser-cs.fr',
] ]
# Security # Security
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment