summaryrefslogtreecommitdiff
path: root/Blog/Properties/launchSettings.json
diff options
context:
space:
mode:
authorMarijn Besseling <njirambem@gmail.com>2025-09-07 20:56:09 +0200
committerMarijn Besseling <njirambem@gmail.com>2025-09-07 20:56:09 +0200
commit9ab322751a732d8cbc1ddf4f2ecf5022d7242baa (patch)
tree49abc49c7d148b2f575aa5daef32875d44729561 /Blog/Properties/launchSettings.json
WIP migration
Diffstat (limited to 'Blog/Properties/launchSettings.json')
-rw-r--r--Blog/Properties/launchSettings.json23
1 files changed, 23 insertions, 0 deletions
diff --git a/Blog/Properties/launchSettings.json b/Blog/Properties/launchSettings.json
new file mode 100644
index 0000000..da8485d
--- /dev/null
+++ b/Blog/Properties/launchSettings.json
@@ -0,0 +1,23 @@
1{
2 "$schema": "https://json.schemastore.org/launchsettings.json",
3 "profiles": {
4 "http": {
5 "commandName": "Project",
6 "dotnetRunMessages": true,
7 "launchBrowser": true,
8 "applicationUrl": "http://localhost:5296",
9 "environmentVariables": {
10 "ASPNETCORE_ENVIRONMENT": "Development"
11 }
12 },
13 "https": {
14 "commandName": "Project",
15 "dotnetRunMessages": true,
16 "launchBrowser": true,
17 "applicationUrl": "https://localhost:7014;http://localhost:5296",
18 "environmentVariables": {
19 "ASPNETCORE_ENVIRONMENT": "Development"
20 }
21 }
22 }
23 }