Skip to content

Commit

Permalink
Update settings.py
Browse files Browse the repository at this point in the history
  • Loading branch information
vsoch authored Apr 22, 2021
1 parent aa70e0f commit 9cfc892
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions whatisit/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@
# Build paths inside the project like this: os.path.join(BASE_DIR, ...)
BASE_DIR = os.path.dirname(os.path.dirname(os.path.abspath(__file__)))

DOMAIN_NAME = "https://word.fish"
DOMAIN_NAME_HTTP = "http://whatisit.org"
ADMINS = (('vsochat', 'vsochat@gmail.com'),)
DOMAIN_NAME = "http://127.0.0.1"
DOMAIN_NAME_HTTP = "http://127.0.0.1"
ADMINS = (('name', 'email@domain.com'),)
MANAGERS = ADMINS

ALLOWED_HOSTS = ["*"]
Expand Down

0 comments on commit 9cfc892

Please sign in to comment.