summaryrefslogtreecommitdiff
path: root/dwalker.xyz/Properties/launchSettings.json
diff options
context:
space:
mode:
authordwalker <dwalker@dwalker.xyz>2026-05-03 00:13:27 -0400
committerdwalker <dwalker@dwalker.xyz>2026-05-03 00:13:27 -0400
commit34e03cd981acc934c779c29400f6ade0cb9bf54a (patch)
tree02c35db6e3baf407a2572b449b35ef067e5d24ac /dwalker.xyz/Properties/launchSettings.json
initial commit
Diffstat (limited to 'dwalker.xyz/Properties/launchSettings.json')
-rw-r--r--dwalker.xyz/Properties/launchSettings.json23
1 files changed, 23 insertions, 0 deletions
diff --git a/dwalker.xyz/Properties/launchSettings.json b/dwalker.xyz/Properties/launchSettings.json
new file mode 100644
index 0000000..c55f6a2
--- /dev/null
+++ b/dwalker.xyz/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:0",
+ "environmentVariables": {
+ "ASPNETCORE_ENVIRONMENT": "Development"
+ }
+ },
+ "https": {
+ "commandName": "Project",
+ "dotnetRunMessages": true,
+ "launchBrowser": true,
+ "applicationUrl": "https://localhost:0;http://localhost:0",
+ "environmentVariables": {
+ "ASPNETCORE_ENVIRONMENT": "Development"
+ }
+ }
+ }
+}