diff options
Diffstat (limited to 'Aamukampa.Web/Properties/launchSettings.json')
| -rw-r--r-- | Aamukampa.Web/Properties/launchSettings.json | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/Aamukampa.Web/Properties/launchSettings.json b/Aamukampa.Web/Properties/launchSettings.json new file mode 100644 index 0000000..6d3fec3 --- /dev/null +++ b/Aamukampa.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"
+ }
+ }
+ }
+}
|
