Skip to content
This repository has been archived by the owner on Mar 24, 2021. It is now read-only.

Commit

Permalink
Add missing path to urls
Browse files Browse the repository at this point in the history
  • Loading branch information
leelongmore committed Nov 14, 2017
1 parent 04b6aa2 commit 35768cd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions backdrop/transformers/config/production.py
Original file line number Diff line number Diff line change
Expand Up @@ -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'
4 changes: 2 additions & 2 deletions backdrop/transformers/config/staging.py
Original file line number Diff line number Diff line change
Expand Up @@ -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'

0 comments on commit 35768cd

Please sign in to comment.