Files
YaeBlog/YaeBlog/Properties/launchSettings.json
jackfiled e6ed407285
All checks were successful
Build blog docker image / Build-Blog-Image (push) Successful in 1m35s
add: CLI support.
2024-08-19 20:44:14 +08:00

23 lines
626 B
JSON

{
"$schema": "http://json.schemastore.org/launchsettings.json",
"iisSettings": {
"windowsAuthentication": false,
"anonymousAuthentication": true,
"iisExpress": {
"applicationUrl": "http://localhost:14405",
"sslPort": 44378
}
},
"profiles": {
"http": {
"commandName": "Project",
"dotnetRunMessages": true,
"launchBrowser": false,
"applicationUrl": "http://localhost:5275",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
}
}
}
}