diff --git a/backdrop/transformers/config/production.py b/backdrop/transformers/config/production.py index acc59d3c..2249b8b1 100644 --- a/backdrop/transformers/config/production.py +++ b/backdrop/transformers/config/production.py @@ -6,5 +6,5 @@ BROKER_FAILOVER_STRATEGY = "round-robin" STAGECRAFT_URL = 'https://performance-platform-stagecraft-production.cloudapps.digital' STAGECRAFT_OAUTH_TOKEN = os.getenv('STAGECRAFT_OAUTH_TOKEN') -BACKDROP_READ_URL = 'https://performance-platform-backdrop-read-production.cloudapps.digital' -BACKDROP_WRITE_URL = 'https://performance-platform-backdrop-write-production.cloudapps.digital' +BACKDROP_READ_URL = 'https://performance-platform-backdrop-read-production.cloudapps.digital/data' +BACKDROP_WRITE_URL = 'https://performance-platform-backdrop-write-production.cloudapps.digital/data' diff --git a/backdrop/transformers/config/staging.py b/backdrop/transformers/config/staging.py index d93b37b1..06927d2d 100644 --- a/backdrop/transformers/config/staging.py +++ b/backdrop/transformers/config/staging.py @@ -6,5 +6,5 @@ BROKER_FAILOVER_STRATEGY = "round-robin" STAGECRAFT_URL = 'https://performance-platform-stagecraft-staging.cloudapps.digital' STAGECRAFT_OAUTH_TOKEN = os.getenv('STAGECRAFT_OAUTH_TOKEN') -BACKDROP_READ_URL = 'https://performance-platform-backdrop-read-staging.cloudapps.digital' -BACKDROP_WRITE_URL = 'https://performance-platform-backdrop-write-staging.cloudapps.digital' +BACKDROP_READ_URL = 'https://performance-platform-backdrop-read-staging.cloudapps.digital/data' +BACKDROP_WRITE_URL = 'https://performance-platform-backdrop-write-staging.cloudapps.digital/data'