Skip to content

Commit 63ffca0

Browse files
committed
Add new env vars to e2e docker compose
1 parent 9fa5853 commit 63ffca0

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/e2e-docker-compose.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,11 +36,13 @@ services:
3636
Azure__LoRaKeyManagement__Code: "${LORAKEYMANAGEMENT__CODE}"
3737
Azure__LoRaKeyManagement__Url: "${LORAKEYMANAGEMENT__URL}"
3838
CloudProvider: "${CLOUDPROVIDER}"
39+
GlobalAdminEmails: "${GLOBAL_ADMIN_EMAILS}"
3940
Ideas__Authentication__Header: "${IDEAS__AUTHENTICATION__HEADER}"
4041
Ideas__Authentication__Token: "${IDEAS__AUTHENTICATION__TOKEN}"
4142
Ideas__Enabled: "${IDEAS__ENABLED}"
4243
Ideas__Url: "${IDEAS__URL}"
4344
JobStore__ConnectionString: "${JOBSTORE__CONNECTIONSTRING}"
45+
Jobs__SendCommandsToDevicesIntervalInMinutes: "${JOBS__PLANNING_INTERVAL_MINUTES}"
4446
LoRaFeature__Enabled: "${LORAFEATURE_ENABLED}"
4547
OIDC__ApiClientId: "${OIDC__APICLIENTID}"
4648
OIDC__Authority: "${OIDC__AUTHORITY}"

0 commit comments

Comments
 (0)