2022-10-14 16:08:54 +08:00
|
|
|
{
|
|
|
|
"profiles": {
|
|
|
|
"IIS Express": {
|
|
|
|
"commandName": "IISExpress",
|
|
|
|
"launchBrowser": true,
|
|
|
|
"environmentVariables": {
|
|
|
|
"ASPNETCORE_ENVIRONMENT": "Development",
|
|
|
|
"ASPNETCORE_HOSTINGSTARTUPASSEMBLIES": "Microsoft.AspNetCore.Mvc.Razor.RuntimeCompilation"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"FrontendWebApi": {
|
|
|
|
"commandName": "Project",
|
|
|
|
"launchBrowser": true,
|
|
|
|
"environmentVariables": {
|
|
|
|
"ASPNETCORE_ENVIRONMENT": "Development",
|
2022-11-14 09:41:12 +08:00
|
|
|
"ASPNETCORE_HOSTINGSTARTUPASSEMBLIES": "Microsoft.AspNetCore.Mvc.Razor.RuntimeCompilation",
|
|
|
|
"FORGE_CALLBACK_URL": "http://localhost:3000/api/forge/callback/oauth",
|
|
|
|
"FORGE_CLIENT_ID": "TA3hqsFfzQbNOUXKpldKUKSew4SJ21w5",
|
|
|
|
"FORGE_CLIENT_SECRET": "D002f92d839144f8",
|
|
|
|
"ASPNETCORE_URLS": "http://localhost:5500"
|
2022-10-14 16:08:54 +08:00
|
|
|
},
|
|
|
|
"applicationUrl": "https://localhost:5001;http://localhost:5000"
|
|
|
|
}
|
2022-11-14 09:41:12 +08:00
|
|
|
},
|
|
|
|
"$schema": "http://json.schemastore.org/launchsettings.json",
|
|
|
|
"iisSettings": {
|
|
|
|
"windowsAuthentication": false,
|
|
|
|
"anonymousAuthentication": true,
|
|
|
|
"iisExpress": {
|
|
|
|
"applicationUrl": "http://localhost:3604",
|
|
|
|
"sslPort": 0
|
|
|
|
}
|
2022-10-14 16:08:54 +08:00
|
|
|
}
|
|
|
|
}
|