summaryrefslogtreecommitdiff
path: root/src/SMAPI.Web/Properties/launchSettings.json
diff options
context:
space:
mode:
authorJesse Plamondon-Willard <Pathoschild@users.noreply.github.com>2019-06-18 23:36:58 -0400
committerJesse Plamondon-Willard <Pathoschild@users.noreply.github.com>2019-09-13 15:57:18 -0400
commit94702ca4b7136eeb306a2109e7af2a6c804b6335 (patch)
tree60747388f578f24d6a0407b0787387062d6ae107 /src/SMAPI.Web/Properties/launchSettings.json
parent7d755da3e2c20f8e157b88c9721d0a19fe52006e (diff)
downloadSMAPI-94702ca4b7136eeb306a2109e7af2a6c804b6335.tar.gz
SMAPI-94702ca4b7136eeb306a2109e7af2a6c804b6335.tar.bz2
SMAPI-94702ca4b7136eeb306a2109e7af2a6c804b6335.zip
use default indentation for JSON files
Diffstat (limited to 'src/SMAPI.Web/Properties/launchSettings.json')
-rw-r--r--src/SMAPI.Web/Properties/launchSettings.json34
1 files changed, 17 insertions, 17 deletions
diff --git a/src/SMAPI.Web/Properties/launchSettings.json b/src/SMAPI.Web/Properties/launchSettings.json
index 88179044..45eb4780 100644
--- a/src/SMAPI.Web/Properties/launchSettings.json
+++ b/src/SMAPI.Web/Properties/launchSettings.json
@@ -1,20 +1,20 @@
{
- "iisSettings": {
- "windowsAuthentication": false,
- "anonymousAuthentication": true,
- "iisExpress": {
- "applicationUrl": "http://localhost:59482/",
- "sslPort": 0
+ "iisSettings": {
+ "windowsAuthentication": false,
+ "anonymousAuthentication": true,
+ "iisExpress": {
+ "applicationUrl": "http://localhost:59482/",
+ "sslPort": 0
+ }
+ },
+ "profiles": {
+ "IIS Express": {
+ "commandName": "IISExpress",
+ "launchBrowser": true,
+ "launchUrl": "",
+ "environmentVariables": {
+ "ASPNETCORE_ENVIRONMENT": "Development"
+ }
+ }
}
- },
- "profiles": {
- "IIS Express": {
- "commandName": "IISExpress",
- "launchBrowser": true,
- "launchUrl": "",
- "environmentVariables": {
- "ASPNETCORE_ENVIRONMENT": "Development"
- }
- }
- }
}