summaryrefslogtreecommitdiff
path: root/src/StardewModdingAPI.Web/Properties
diff options
context:
space:
mode:
authorJesse Plamondon-Willard <github@jplamondonw.com>2017-09-23 20:16:52 -0400
committerJesse Plamondon-Willard <github@jplamondonw.com>2017-09-23 20:16:52 -0400
commit36a04a6e77eac74be660dc9848b6045834479f4f (patch)
tree1176a8920a7656f720e0b36ebc4fe45b26cc202a /src/StardewModdingAPI.Web/Properties
parentf0e2117f70455bd9883321ae5b0bf40562f2d5de (diff)
parent57111a6e8fa6a23bb56f515b50f8b7ea5924d49f (diff)
downloadSMAPI-36a04a6e77eac74be660dc9848b6045834479f4f.tar.gz
SMAPI-36a04a6e77eac74be660dc9848b6045834479f4f.tar.bz2
SMAPI-36a04a6e77eac74be660dc9848b6045834479f4f.zip
Merge branch 'feature/update-check-api' into develop
Diffstat (limited to 'src/StardewModdingAPI.Web/Properties')
-rw-r--r--src/StardewModdingAPI.Web/Properties/launchSettings.json29
1 files changed, 29 insertions, 0 deletions
diff --git a/src/StardewModdingAPI.Web/Properties/launchSettings.json b/src/StardewModdingAPI.Web/Properties/launchSettings.json
new file mode 100644
index 00000000..3acee14d
--- /dev/null
+++ b/src/StardewModdingAPI.Web/Properties/launchSettings.json
@@ -0,0 +1,29 @@
+{
+ "iisSettings": {
+ "windowsAuthentication": false,
+ "anonymousAuthentication": true,
+ "iisExpress": {
+ "applicationUrl": "http://localhost:59482/",
+ "sslPort": 0
+ }
+ },
+ "profiles": {
+ "IIS Express": {
+ "commandName": "IISExpress",
+ "launchBrowser": true,
+ "launchUrl": "api/v1.0/mods",
+ "environmentVariables": {
+ "ASPNETCORE_ENVIRONMENT": "Development"
+ }
+ },
+ "Dewdrop": {
+ "commandName": "Project",
+ "launchBrowser": true,
+ "launchUrl": "api/v1.0/mods",
+ "environmentVariables": {
+ "ASPNETCORE_ENVIRONMENT": "Development"
+ },
+ "applicationUrl": "http://localhost:59483"
+ }
+ }
+}