From 120066fce1d74a85b7fa4373154f75d0984a33fa Mon Sep 17 00:00:00 2001 From: Cody Date: Thu, 18 Jun 2020 23:01:59 -0700 Subject: [PATCH] default --- Oqtane.Server/Properties/launchSettings.json | 38 +++++++------------- 1 file changed, 12 insertions(+), 26 deletions(-) diff --git a/Oqtane.Server/Properties/launchSettings.json b/Oqtane.Server/Properties/launchSettings.json index fcddfc65..cad2785c 100644 --- a/Oqtane.Server/Properties/launchSettings.json +++ b/Oqtane.Server/Properties/launchSettings.json @@ -1,29 +1,15 @@ { - "iisSettings": { - "windowsAuthentication": false, - "anonymousAuthentication": true, - "iisExpress": { - "applicationUrl": "http://localhost:44357/", - "sslPort": 0 - } + "ConnectionStrings": { + "DefaultConnection": "" }, - "profiles": { - "IIS Express": { - "commandName": "IISExpress", - "launchBrowser": true, - "inspectUri": "{wsProtocol}://{url.hostname}:{url.port}/_framework/debug/ws-proxy?browser={browserInspectUri}", - "environmentVariables": { - "ASPNETCORE_ENVIRONMENT": "Development" - } - }, - "Oqtane.Server": { - "commandName": "Project", - "launchBrowser": true, - "inspectUri": "{wsProtocol}://{url.hostname}:{url.port}/_framework/debug/ws-proxy?browser={browserInspectUri}", - "environmentVariables": { - "ASPNETCORE_ENVIRONMENT": "Development" - }, - "applicationUrl": "http://localhost:44357/" - } + "Runtime" : "Server", + "Installation": { + "DefaultAlias": "", + "HostPassword": "", + "HostEmail": "", + "SiteTemplate": "", + "DefaultTheme": "", + "DefaultLayout": "", + "DefaultContainer": "" } -} \ No newline at end of file +}