summaryrefslogtreecommitdiff
path: root/src/StardewModdingAPI.Web/Properties
diff options
context:
space:
mode:
authorJesse Plamondon-Willard <github@jplamondonw.com>2017-09-21 23:39:12 -0400
committerJesse Plamondon-Willard <github@jplamondonw.com>2017-09-21 23:39:12 -0400
commitcddcd9a8cfde182e843f8b2224d00ba742596c76 (patch)
tree5b389133ceb0506a651a8da0116bed9fe0b1bad0 /src/StardewModdingAPI.Web/Properties
parent9791de306c22c744732219dadfd97b7dd556a5b2 (diff)
downloadSMAPI-cddcd9a8cfde182e843f8b2224d00ba742596c76.tar.gz
SMAPI-cddcd9a8cfde182e843f8b2224d00ba742596c76.tar.bz2
SMAPI-cddcd9a8cfde182e843f8b2224d00ba742596c76.zip
standardise project name (#336)
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..c15134dc
--- /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/check",
+ "environmentVariables": {
+ "ASPNETCORE_ENVIRONMENT": "Development"
+ }
+ },
+ "Dewdrop": {
+ "commandName": "Project",
+ "launchBrowser": true,
+ "launchUrl": "api/check",
+ "environmentVariables": {
+ "ASPNETCORE_ENVIRONMENT": "Development"
+ },
+ "applicationUrl": "http://localhost:59483"
+ }
+ }
+}