From a2e26534ae2b037f325e77ed5ddd53d5c870ecb5 Mon Sep 17 00:00:00 2001 From: Michael Barz Date: Tue, 17 Jan 2023 09:11:43 +0100 Subject: [PATCH] add missing env var to vscode launch config --- .vscode/launch.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.vscode/launch.json b/.vscode/launch.json index 18c415a07..03a1c42e0 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -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" } } ]