summaryrefslogtreecommitdiff
path: root/Dewdrop/Properties
diff options
context:
space:
mode:
authorJesse Plamondon-Willard <github@jplamondonw.com>2017-09-21 23:06:01 -0400
committerJesse Plamondon-Willard <github@jplamondonw.com>2017-09-21 23:34:52 -0400
commit57d9d28554de79734401a68ee1151fc4e9e0ca83 (patch)
treefb7883d03cdf6f479e647e39a09a61bade11a610 /Dewdrop/Properties
parentf0e2117f70455bd9883321ae5b0bf40562f2d5de (diff)
parent06ed54b2c6c2e1f49d6975a34ea36f685d7f7c49 (diff)
downloadSMAPI-57d9d28554de79734401a68ee1151fc4e9e0ca83.tar.gz
SMAPI-57d9d28554de79734401a68ee1151fc4e9e0ca83.tar.bz2
SMAPI-57d9d28554de79734401a68ee1151fc4e9e0ca83.zip
Merge remote-tracking branch 'dewdrop/master' into feature/update-check-api (#336)
# Conflicts: # .gitignore
Diffstat (limited to 'Dewdrop/Properties')
-rw-r--r--Dewdrop/Properties/launchSettings.json29
1 files changed, 29 insertions, 0 deletions
diff --git a/Dewdrop/Properties/launchSettings.json b/Dewdrop/Properties/launchSettings.json
new file mode 100644
index 00000000..c15134dc
--- /dev/null
+++ b/Dewdrop/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"
+ }
+ }
+}