From 7df77be39dac47d39fa9533970458c6984deb4c1 Mon Sep 17 00:00:00 2001 From: Frank Tovar Date: Wed, 28 Jan 2026 14:55:13 +0100 Subject: [PATCH] Set initial ADMIN_PASSWORD in launch settings --- Properties/launchSettings.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/Properties/launchSettings.json b/Properties/launchSettings.json index 66312e8..16000a6 100644 --- a/Properties/launchSettings.json +++ b/Properties/launchSettings.json @@ -15,7 +15,8 @@ "launchBrowser": true, "applicationUrl": "http://localhost:5116", "environmentVariables": { - "ASPNETCORE_ENVIRONMENT": "Development" + "ASPNETCORE_ENVIRONMENT": "Development", + "ADMIN_PASSWORD": "changeme" } }, "https": { @@ -24,7 +25,8 @@ "launchBrowser": true, "applicationUrl": "https://localhost:7103;http://localhost:5116", "environmentVariables": { - "ASPNETCORE_ENVIRONMENT": "Development" + "ASPNETCORE_ENVIRONMENT": "Development", + "ADMIN_PASSWORD": "changeme" } }, "IIS Express": {