You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
32 lines
851 B
32 lines
851 B
{
|
|
"iisSettings": {
|
|
"windowsAuthentication": false,
|
|
"anonymousAuthentication": true,
|
|
"iisExpress": {
|
|
"applicationUrl": "http://localhost:19139",
|
|
"sslPort": 0
|
|
}
|
|
},
|
|
"profiles": {
|
|
"Single.MySql.Dev": {
|
|
"commandName": "Project",
|
|
"dotnetRunMessages": true,
|
|
"launchBrowser": false,
|
|
"applicationUrl": "http://0.0.0.0:30001",
|
|
"environmentVariables": {
|
|
"ASPNETCORE_ENVIRONMENT": "Development",
|
|
"APPLICATION_DATABASE_PROVIDER": "MySql"
|
|
}
|
|
},
|
|
"Single.SqlServer.Dev": {
|
|
"commandName": "Project",
|
|
"dotnetRunMessages": true,
|
|
"launchBrowser": false,
|
|
"applicationUrl": "http://0.0.0.0:30001",
|
|
"environmentVariables": {
|
|
"ASPNETCORE_ENVIRONMENT": "Development",
|
|
"APPLICATION_DATABASE_PROVIDER": "SqlServer"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|