mirror of
https://github.com/zulip/zulip.git
synced 2025-11-10 00:46:03 +00:00
The new puppet.conf file has to be moved into place manually. (imported from commit 253d9a95386dae8c803a998ce2dc7e8be40c880a)
14 lines
335 B
Python
14 lines
335 B
Python
TIME_ZONE="America/New_York"
|
|
ALLOWED_HOSTS=['graphite.humbughq.com', 'graphite.zulip.net', 'stats1.zulip.net']
|
|
|
|
DATABASES = {
|
|
'default': {
|
|
'NAME': '/opt/graphite/storage/graphite.db',
|
|
'ENGINE': 'django.db.backends.sqlite3',
|
|
'USER': '',
|
|
'PASSWORD': '',
|
|
'HOST': '',
|
|
'PORT': ''
|
|
}
|
|
}
|