mirror of
https://github.com/zulip/zulip.git
synced 2025-11-12 18:06:44 +00:00
Allow running the dev server with the test database, on different ports
For use by frontend tests. (imported from commit c8f81b862963f00e5b5517ba05b2d1adcab6d78a)
This commit is contained in:
@@ -4,3 +4,4 @@ DATABASES["default"] = {"NAME": "zephyr/tests/zephyrdb.test",
|
||||
"ENGINE": "django.db.backends.sqlite3",
|
||||
"OPTIONS": { "timeout": 20, },}
|
||||
|
||||
TORNADO_SERVER = 'http://localhost:9983'
|
||||
|
||||
Reference in New Issue
Block a user