mirror of
https://github.com/zulip/zulip.git
synced 2025-11-04 22:13:26 +00:00
For use by frontend tests. (imported from commit c8f81b862963f00e5b5517ba05b2d1adcab6d78a)
8 lines
248 B
Python
8 lines
248 B
Python
from settings import *
|
|
|
|
DATABASES["default"] = {"NAME": "zephyr/tests/zephyrdb.test",
|
|
"ENGINE": "django.db.backends.sqlite3",
|
|
"OPTIONS": { "timeout": 20, },}
|
|
|
|
TORNADO_SERVER = 'http://localhost:9983'
|