mirror of
https://github.com/zulip/zulip.git
synced 2025-11-10 17:07:07 +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:
@@ -104,7 +104,8 @@ INITIAL_API_KEY_SALT = 'xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
|
||||
SHARED_SECRET = 'xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx'
|
||||
|
||||
# Base URL of the Tornado server
|
||||
# We set it to None when running tests or populate_db.
|
||||
# We set it to None when running backend tests or populate_db.
|
||||
# We override the port number when running frontend tests.
|
||||
TORNADO_SERVER = 'http://localhost:9993'
|
||||
|
||||
# Make redirects work properly behind a reverse proxy
|
||||
|
||||
Reference in New Issue
Block a user