File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -148,9 +148,6 @@ STATS_TOKEN=
148148GCP_PUBSUB_PROJECT_ID = your-project-name
149149GCP_PUBSUB_TOPIC_NAME = hibp-breaches
150150GCP_PUBSUB_SUBSCRIPTION_NAME = hibp-cron
151- PUBSUB_HOST = localhost
152- PUBSUB_PORT = 8085
153- PUBSUB_EMULATOR_HOST = " ${ PUBSUB_HOST } :${ PUBSUB_PORT } "
154151
155152# Randomly-generated UUIDv5 namespace, until/unless we are approved to use FxA UID for Nimbus User ID.
156153NIMBUS_UUID_NAMESPACE = 00000000-0000-0000-0000-000000000000
Original file line number Diff line number Diff line change @@ -55,3 +55,7 @@ jest.mock("./src/envVars", () => {
5555 getEnvVarsOrThrow : ( ) => process . env ,
5656 } ;
5757} ) ;
58+
59+ // Avoiding putting in the env file in case this gets loaded into prod
60+ // TODO: Centralize and streamline configuration for environments
61+ process . env . PUBSUB_EMULATOR_HOST = "localhost:8085" ;
You can’t perform that action at this time.
0 commit comments