Skip to content

Commit

Permalink
local dev fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonpaige committed Aug 18, 2022
1 parent 48ea63d commit c60d183
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
5 changes: 3 additions & 2 deletions .localenv
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
S2S_URL=
STORAGE_ACCOUNT_NAME=reformscanlocal
STORAGE_ACCOUNT_KEY=cmVmb3Jtc2NhbmtleQo=
STORAGE_ACCOUNT_SECONDARY_KEY=
Expand All @@ -7,7 +6,9 @@ STORAGE_URL=http://localhost:10000/reformscanlocal
STORAGE_BULKSCAN_URL=http://localhost:10000/bulkscanlocal
STORAGE_PCQ_URL=http://localhost:10000/pcqlocal

S2S_URL=
NOTIFICATIONS_QUEUE_NAMESPACE=
NOTIFICATIONS_QUEUE_SEND_ACCESS_KEY=
BULK_SCAN_PROCESSOR_URL=
PCQ_BACKEND_API_URL=

Expand All @@ -26,7 +27,7 @@ DELETE_DISPATCHED_FILES_CRON="0 0/10 * * * *"
HANDLE_REJECTED_FILES_CRON="0/30 * * * * *"
REJECT_DUPLICATES_CRON="0/30 * * * * *"
CHECK_NEW_ENVELOPES_CRON="0 0 * * * *"
TASK_SCAN_DELAY="4000" # in millis
TASK_SCAN_DELAY=4000 # in millis
SEND_DAILY_REPORT_CRON="0 0 6 ? * *"
SEND_NOTIFICATIONS_CRON="0 0/10 * * * *"

Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ services:
image: mcr.microsoft.com/azure-storage/azurite
command: azurite-blob --blobHost 0.0.0.0 --loose --skipApiVersionCheck
environment:
AZURITE_ACCOUNTS: crime:Y3JpbWVrZXkK;reformscanlocal:cmVmb3Jtc2NhbmtleQo=;bulkscanlocal:cmVmb3Jtc2NhbmtleQo=;pcqlocal:cmVmb3Jtc2NhbmtleQo=;
AZURITE_ACCOUNTS: crime:Y3JpbWVrZXkK;reformscanlocal:cmVmb3Jtc2NhbmtleQo=;bulkscanlocal:cmVmb3Jtc2NhbmtleQo=;pcqlocal:cmVmb3Jtc2NhbmtleQo=;jason:cmVmb3Jtc2NhbmtleQo=;
volumes:
- ./bulk-scan-azure-blob-data:/opt/azurite/folder
ports:
Expand Down
1 change: 1 addition & 0 deletions docker/storage/init-azurite.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,6 @@ az storage container create --name finrem --connection-string $SOURCE_CONNECTION
az storage container create --name divorce --connection-string $SOURCE_CONNECTION_STRING
az storage container create --name probate --connection-string $SOURCE_CONNECTION_STRING
az storage container create --name cmc --connection-string $SOURCE_CONNECTION_STRING
az storage container create --name jason --connection-string $SOURCE_CONNECTION_STRING


0 comments on commit c60d183

Please sign in to comment.