Skip to content

Commit

Permalink
bug-1827506: Use GCS in dev env by default.
Browse files Browse the repository at this point in the history
  • Loading branch information
smarnach committed Jul 17, 2024
1 parent e85a2ef commit f07eee1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docker/config/local_dev.env
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@ AWS_ENDPOINT_URL=http://localstack:4566/

DEBUG=true
LOCAL_DEV_ENV=true
SYMBOL_URLS=http://localstack:4566/publicbucket/
UPLOAD_DEFAULT_URL=http://localstack:4566/publicbucket/
UPLOAD_TRY_SYMBOLS_URL=http://localstack:4566/publicbucket/try/
SYMBOL_URLS=
UPLOAD_DEFAULT_URL=http://gcs-emulator:8001/publicbucket/
UPLOAD_TRY_SYMBOLS_URL=http://gcs-emulator:8001/publicbucket/try/

# Default to the test oidcprovider container for Open ID Connect
#
Expand Down

0 comments on commit f07eee1

Please sign in to comment.