mirror of
https://github.com/samuelclay/NewsBlur.git
synced 2025-04-13 09:42:01 +00:00
Allowed hosts
This commit is contained in:
parent
02db9dbf25
commit
0d2a3b135e
1 changed files with 1 additions and 1 deletions
|
@ -70,7 +70,7 @@ EMAIL_BACKEND = 'django_ses.SESBackend'
|
|||
CIPHER_USERNAMES = False
|
||||
DEBUG_ASSETS = DEBUG
|
||||
HOMEPAGE_USERNAME = 'popular'
|
||||
ALLOWED_HOSTS = ['.newsblur.com', '127.0.0.1', '*.newsblur.com', '*']
|
||||
ALLOWED_HOSTS = ['*']
|
||||
|
||||
# ===============
|
||||
# = Enviornment =
|
||||
|
|
Loading…
Add table
Reference in a new issue