aboutsummaryrefslogtreecommitdiff
path: root/TJLaskuri.Web/Properties
diff options
context:
space:
mode:
authorJoel Stålnacke <joel@saker.fi>2025-08-01 20:22:50 +0300
committerJoel Stålnacke <joel@saker.fi>2025-08-01 20:22:50 +0300
commit40525e4f0ff494a3b5bf9cebad5d00ac25a3d840 (patch)
tree0a2cdf34f68f8a194a20e4c26afdbac771084c72 /TJLaskuri.Web/Properties
Basic domain logic
Diffstat (limited to 'TJLaskuri.Web/Properties')
-rw-r--r--TJLaskuri.Web/Properties/launchSettings.json23
1 files changed, 23 insertions, 0 deletions
diff --git a/TJLaskuri.Web/Properties/launchSettings.json b/TJLaskuri.Web/Properties/launchSettings.json
new file mode 100644
index 0000000..6d3fec3
--- /dev/null
+++ b/TJLaskuri.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:5270",
+ "environmentVariables": {
+ "ASPNETCORE_ENVIRONMENT": "Development"
+ }
+ },
+ "https": {
+ "commandName": "Project",
+ "dotnetRunMessages": true,
+ "launchBrowser": true,
+ "applicationUrl": "https://localhost:7106;http://localhost:5270",
+ "environmentVariables": {
+ "ASPNETCORE_ENVIRONMENT": "Development"
+ }
+ }
+ }
+}