From 2e89691d1a4f7a82416663407e47637c38fc8532 Mon Sep 17 00:00:00 2001 From: masiton Date: Sat, 5 Jul 2025 00:59:40 +0200 Subject: [PATCH] Fixed missing mandatory env variable. --- code/MessengerApi/Properties/launchSettings.json | 1 + 1 file changed, 1 insertion(+) diff --git a/code/MessengerApi/Properties/launchSettings.json b/code/MessengerApi/Properties/launchSettings.json index e290344..1f55cdd 100644 --- a/code/MessengerApi/Properties/launchSettings.json +++ b/code/MessengerApi/Properties/launchSettings.json @@ -6,6 +6,7 @@ "environmentVariables": { "PERSISTENCE_TYPE": "Sql", "USERSCONFIG_FILE_PATH": "./../../assets/example-users.config", + "SQL_CONNECTIONSTRING": "" "CORS_ORIGINS": "", "PROXIES": "", "QUERY_RATE_PER_MINUTE": "100",