mirror of
https://github.com/DarrenOfficial/dpaste.git
synced 2024-11-15 08:02:54 +11:00
Merge branch 'master' into develop
This commit is contained in:
commit
4a2ddc4e99
1 changed files with 2 additions and 2 deletions
|
@ -19,8 +19,8 @@ SECRET_KEY = ''
|
||||||
ALLOWED_HOSTS = (
|
ALLOWED_HOSTS = (
|
||||||
'dpaste.de',
|
'dpaste.de',
|
||||||
'www.dpaste.de',
|
'www.dpaste.de',
|
||||||
'localhost',
|
'dpaste.org',
|
||||||
'127.0.0.1',
|
'www.dpaste.org',
|
||||||
)
|
)
|
||||||
|
|
||||||
#==============================================================================
|
#==============================================================================
|
||||||
|
|
Loading…
Reference in a new issue