diff --git a/backdrop/read/config/development.py b/backdrop/read/config/development.py index 85aae55e..f645ae0c 100644 --- a/backdrop/read/config/development.py +++ b/backdrop/read/config/development.py @@ -3,6 +3,6 @@ MONGO_PORT = 27017 LOG_LEVEL = "DEBUG" -STAGECRAFT_URL = 'http://localhost:3103' +STAGECRAFT_URL = 'http://stagecraft.dev.gov.uk' SIGNON_API_USER_TOKEN = 'development-oauth-access-token' diff --git a/backdrop/write/config/development.py b/backdrop/write/config/development.py index 4f4f868f..588c17b4 100644 --- a/backdrop/write/config/development.py +++ b/backdrop/write/config/development.py @@ -13,7 +13,7 @@ except ImportError: from development_environment_sample import * -STAGECRAFT_URL = 'http://localhost:3103' +STAGECRAFT_URL = 'http://stagecraft.dev.gov.uk' SIGNON_API_USER_TOKEN = 'development-oauth-access-token'