aboutsummaryrefslogtreecommitdiff
path: root/TJLaskuri.Web/Properties/launchSettings.json
diff options
context:
space:
mode:
authorJoel Stålnacke <joel@saker.fi>2025-08-02 18:28:44 +0300
committerJoel Stålnacke <joel@saker.fi>2025-08-02 18:28:44 +0300
commit1790a3f5447907338cdbbfc9f44256cf74f36e31 (patch)
tree2afa8a436075ef5be465ae21011696de6890a215 /TJLaskuri.Web/Properties/launchSettings.json
parent6b46930cfd23c59a359460c84085e9333aea4521 (diff)
Rebrand to Aamukampa
Diffstat (limited to 'TJLaskuri.Web/Properties/launchSettings.json')
-rw-r--r--TJLaskuri.Web/Properties/launchSettings.json23
1 files changed, 0 insertions, 23 deletions
diff --git a/TJLaskuri.Web/Properties/launchSettings.json b/TJLaskuri.Web/Properties/launchSettings.json
deleted file mode 100644
index 6d3fec3..0000000
--- a/TJLaskuri.Web/Properties/launchSettings.json
+++ /dev/null
@@ -1,23 +0,0 @@
-{
- "$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"
- }
- }
- }
-}