aboutsummaryrefslogtreecommitdiff
path: root/ShareGuard.Web/Properties/launchSettings.json
diff options
context:
space:
mode:
authorTim <contact@bytim.eu>2025-12-25 19:59:26 +0100
committerTim <contact@bytim.eu>2025-12-25 19:59:26 +0100
commit771b949618bb4e07c09c2fb94a7f92e13f471b9e (patch)
tree88c2e69fc14bef91e414c605712420437cc92ccf /ShareGuard.Web/Properties/launchSettings.json
Initial commitHEADmaster
Diffstat (limited to 'ShareGuard.Web/Properties/launchSettings.json')
-rw-r--r--ShareGuard.Web/Properties/launchSettings.json23
1 files changed, 23 insertions, 0 deletions
diff --git a/ShareGuard.Web/Properties/launchSettings.json b/ShareGuard.Web/Properties/launchSettings.json
new file mode 100644
index 0000000..f7695ff
--- /dev/null
+++ b/ShareGuard.Web/Properties/launchSettings.json
@@ -0,0 +1,23 @@
+{
+ "$schema": "https://json.schemastore.org/launchsettings.json",
+ "profiles": {
+ "http": {
+ "commandName": "Project",
+ "dotnetRunMessages": true,
+ "launchBrowser": true,
+ "applicationUrl": "http://localhost:5187",
+ "environmentVariables": {
+ "ASPNETCORE_ENVIRONMENT": "Development"
+ }
+ },
+ "https": {
+ "commandName": "Project",
+ "dotnetRunMessages": true,
+ "launchBrowser": true,
+ "applicationUrl": "https://localhost:7256;http://localhost:5187",
+ "environmentVariables": {
+ "ASPNETCORE_ENVIRONMENT": "Development"
+ }
+ }
+ }
+}