Skip to content

Commit

Permalink
fix: use correct initials blacklist doc id (#52)
Browse files Browse the repository at this point in the history
  • Loading branch information
jsgalarraga authored Mar 11, 2024
1 parent 2dd5719 commit 8edf4a1
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy_api_dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ env:
SERVICE: io-crossword-dev-api
REGION: us-central1
GAME_URL: https://e7b2896c65fabc0480edc6c0e.web.app
INITIALS_BLACKLIST_ID: placeholder
INITIALS_BLACKLIST_ID: T1ilfCwjDpLS7iaFzenA
FB_STORAGE_BUCKET: io-crossword-dev.appspot.com

jobs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy_api_prod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ env:
SERVICE: io-crossword-api
REGION: us-central1
GAME_URL: https://prod-9961b3776301c37db86d9038f.web.app/
INITIALS_BLACKLIST_ID: placeholder
INITIALS_BLACKLIST_ID: CRORRJZBdf0rLLkHDr9j
FB_STORAGE_BUCKET: io-crossword.appspot.com

jobs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy_api_staging.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ env:
SERVICE: io-crossword-staging-api
REGION: us-central1
GAME_URL: https://stg-e7b2896c65fabc0480edc6c0e.web.app/
INITIALS_BLACKLIST_ID: placeholder
INITIALS_BLACKLIST_ID: T1ilfCwjDpLS7iaFzenA
FB_STORAGE_BUCKET: io-crossword-dev.appspot.com

jobs:
Expand Down
2 changes: 1 addition & 1 deletion scripts/start_local_api.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ export GAME_URL=http://localhost:8080/
export USE_EMULATOR=true
export ENCRYPTION_KEY=X9YTchZdcnyZTNBSBgzj29p7RMBAIubD
export ENCRYPTION_IV=FxC21ctRg9SgiXuZ
export INITIALS_BLACKLIST_ID=MdOoZMhusnJTcwfYE0nL
export INITIALS_BLACKLIST_ID=T1ilfCwjDpLS7iaFzenA
export FB_STORAGE_BUCKET=io-crossword-dev.appspot.com

echo ' ######################## '
Expand Down

0 comments on commit 8edf4a1

Please sign in to comment.