mirror of
https://github.com/zulip/zulip.git
synced 2025-11-06 23:13:25 +00:00
1
.gitignore
vendored
1
.gitignore
vendored
@@ -41,3 +41,4 @@ tools/emoji_dump/bitmaps/
|
|||||||
tools/emoji_dump/*.ttx
|
tools/emoji_dump/*.ttx
|
||||||
tools/phantomjs
|
tools/phantomjs
|
||||||
node_modules
|
node_modules
|
||||||
|
uploads/
|
||||||
|
|||||||
@@ -83,6 +83,7 @@ else:
|
|||||||
# For the Dev VM environment, we use the same settings as the
|
# For the Dev VM environment, we use the same settings as the
|
||||||
# sample local_settings.py file, with a few exceptions.
|
# sample local_settings.py file, with a few exceptions.
|
||||||
from .local_settings_template import *
|
from .local_settings_template import *
|
||||||
|
LOCAL_UPLOADS_DIR = 'uploads'
|
||||||
EXTERNAL_HOST = 'localhost:9991'
|
EXTERNAL_HOST = 'localhost:9991'
|
||||||
ALLOWED_HOSTS = ['localhost']
|
ALLOWED_HOSTS = ['localhost']
|
||||||
AUTHENTICATION_BACKENDS = ('zproject.backends.DevAuthBackend',)
|
AUTHENTICATION_BACKENDS = ('zproject.backends.DevAuthBackend',)
|
||||||
|
|||||||
Reference in New Issue
Block a user