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

Commit

Permalink
Remove STAGECRAFT_DATA_SET_QUERY_TOKEN
Browse files Browse the repository at this point in the history
This isn't used in the code anywhere.
  • Loading branch information
alexmuller committed Jun 8, 2015
1 parent d3fff01 commit 003fb33
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 4 deletions.
1 change: 0 additions & 1 deletion backdrop/read/config/development.py
Expand Up @@ -4,6 +4,5 @@
LOG_LEVEL = "DEBUG"

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

SIGNON_API_USER_TOKEN = 'development-oauth-access-token'
2 changes: 1 addition & 1 deletion backdrop/read/config/test.py
Expand Up @@ -5,4 +5,4 @@

DATA_SET_RATE_LIMIT = '10000/second'

from development import STAGECRAFT_URL, STAGECRAFT_DATA_SET_QUERY_TOKEN, SIGNON_API_USER_TOKEN
from development import STAGECRAFT_URL, SIGNON_API_USER_TOKEN
1 change: 0 additions & 1 deletion backdrop/write/config/development.py
Expand Up @@ -14,7 +14,6 @@
from development_environment_sample import *

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

SIGNON_API_USER_TOKEN = 'development-oauth-access-token'

Expand Down
2 changes: 1 addition & 1 deletion backdrop/write/config/test.py
Expand Up @@ -12,5 +12,5 @@
TRANSFORMER_AMQP_URL = 'memory://'

from development import (STAGECRAFT_COLLECTION_ENDPOINT_TOKEN, STAGECRAFT_URL,
STAGECRAFT_DATA_SET_QUERY_TOKEN, SIGNON_API_USER_TOKEN)
SIGNON_API_USER_TOKEN)
from test_environment import *

0 comments on commit 003fb33

Please sign in to comment.