Skip to content

Commit

Permalink
add new host
Browse files Browse the repository at this point in the history
  • Loading branch information
lmeier committed Aug 15, 2019
1 parent 5bbc24e commit c2c537b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 140 deletions.
137 changes: 0 additions & 137 deletions .elasticbeanstalk/babyl-django-env.env.yml

This file was deleted.

2 changes: 1 addition & 1 deletion .elasticbeanstalk/config.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
branch-defaults:
master:
environment: babyl-work
environment: babyl-django-env
group_suffix: null
environment-defaults:
babyl-django-env:
Expand Down
4 changes: 2 additions & 2 deletions babylproject/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@
SECRET_KEY = '@lui4d_$9_*c+*+(+0@$0rngm(7n=8n-^!pmg2kp^)a^sw4474'
# SECURITY WARNING: don't run with debug turned on in production!
DEBUG = config('DEBUG', default=False, cast=bool)

ALLOWED_HOSTS = [.localhost,127.0.0.1, http://babyl-django-env.mijbfpttig.us-west-2.elasticbeanstalk.com/, www.babyl.online]
#
ALLOWED_HOSTS = [.localhost,127.0.0.1, http://babyl-django-env.mijbfpttig.us-west-2.elasticbeanstalk.com/, www.babyl.online, babyl-django-env.mijbfpttig.us-west-2.elasticbeanstalk.com]
# ALLOWED_HOSTS = config('ALLOWED_HOSTS', cast=Csv())


Expand Down

0 comments on commit c2c537b

Please sign in to comment.