ibms-dome/FrontendWebApi/Properties/launchSettings.json

34 lines
1.1 KiB
JSON
Raw Normal View History

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",
2024-03-18 00:50:22 +08:00
"FORGE_CALLBACK_URL": "http://localhost:8080",
"FORGE_CLIENT_ID": "kDOSvxcoLPCFKTncWV9GxgFcGFMkUz9W",
"FORGE_CLIENT_SECRET": "peaXsHcAorGNdZYd",
2022-11-14 09:41:12 +08:00
"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
}
}