add missing env var to vscode launch config

This commit is contained in:
Michael Barz
2023-01-17 09:11:43 +01:00
parent eb33e91520
commit a2e26534ae

4
.vscode/launch.json vendored
View File

@@ -56,7 +56,9 @@
"IDP_LDAP_BIND_PASSWORD": "some-ldap-idp-password",
// storage users mount ID
"GATEWAY_STORAGE_USERS_MOUNT_ID": "storage-users-1",
"STORAGE_USERS_MOUNT_ID": "storage-users-1"
"STORAGE_USERS_MOUNT_ID": "storage-users-1",
// graph application ID
"GRAPH_APPLICATION_ID": "application-1"
}
}
]