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

Commit

Permalink
Fix dev stagecraft data-set token
Browse files Browse the repository at this point in the history
It did not match the development token in stagecraft.
  • Loading branch information
robyoung committed May 9, 2014
1 parent 5129d26 commit a636266
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion backdrop/admin/config/development.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
from development_environment_sample import *

STAGECRAFT_URL = 'http://localhost:3204'
STAGECRAFT_DATA_SET_QUERY_TOKEN = 'stagecraft-data-set-query-token-fake'
STAGECRAFT_DATA_SET_QUERY_TOKEN = 'dev-data-set-query-token'
2 changes: 1 addition & 1 deletion backdrop/read/config/development.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,4 +46,4 @@
}

STAGECRAFT_URL = 'http://localhost:3204'
STAGECRAFT_DATA_SET_QUERY_TOKEN = 'stagecraft-data-set-query-token-fake'
STAGECRAFT_DATA_SET_QUERY_TOKEN = 'dev-data-set-query-token'
2 changes: 1 addition & 1 deletion backdrop/write/config/development.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@
from development_environment_sample import *

STAGECRAFT_URL = 'http://localhost:3204'
STAGECRAFT_DATA_SET_QUERY_TOKEN = 'stagecraft-data-set-query-token-fake'
STAGECRAFT_DATA_SET_QUERY_TOKEN = 'dev-data-set-query-token'

0 comments on commit a636266

Please sign in to comment.