Skip to content

Commit

Permalink
Merge pull request #5613 from benjaoming/fix-dev-settings-staging
Browse files Browse the repository at this point in the history
Point to staging.kalite.learningequality.org when developing
  • Loading branch information
Benjamin Balder Bach authored Nov 2, 2019
2 parents 41b403d + 475e81e commit a0242d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kalite/project/settings/dev.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
logging.basicConfig()

SECURESYNC_PROTOCOL = "http"
CENTRAL_SERVER_HOST = "staging.%s" % CENTRAL_SERVER_DOMAIN
CENTRAL_SERVER_HOST = "staging.kalite.%s" % CENTRAL_SERVER_DOMAIN
CENTRAL_SERVER_URL = "%s://%s" % (SECURESYNC_PROTOCOL, CENTRAL_SERVER_HOST)

# Force DeprecationWarning to show in DEBUG
Expand Down

0 comments on commit a0242d7

Please sign in to comment.