This repository has been archived on 2023-06-30. You can view files and clone it, but cannot push or open issues or pull requests.
2chBackAPI/Properties/launchSettings.json

29 lines
735 B
JSON
Raw Normal View History

2023-01-29 22:40:06 +10:00
{
2022-10-17 14:29:09 +10:00
"profiles": {
"NeDvachAPI": {
"commandName": "Project",
"launchUrl": "Home",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
2023-01-29 22:40:06 +10:00
},
"dotnetRunMessages": true,
"applicationUrl": "https://0.0.0.0:7141;https://0.0.0.0:5141"
2022-10-17 14:29:09 +10:00
},
"IIS Express": {
"commandName": "IISExpress",
"launchUrl": "Home",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
}
}
2023-01-29 22:40:06 +10:00
},
"$schema": "https://json.schemastore.org/launchsettings.json",
"iisSettings": {
"windowsAuthentication": false,
"anonymousAuthentication": true,
"iisExpress": {
"applicationUrl": "http://0.0.0.0:31551",
"sslPort": 44346
}
2022-10-17 14:29:09 +10:00
}
2023-01-29 22:40:06 +10:00
}