BackEnd/Properties/launchSettings.json

29 lines
755 B
JSON
Raw Normal View History

2017-09-01 08:55:02 +00:00
{
"iisSettings": {
"windowsAuthentication": false,
"anonymousAuthentication": true,
"iisExpress": {
"applicationUrl": "http://localhost:62213/",
"sslPort": 0
}
},
"profiles": {
"IIS Express": {
"commandName": "IISExpress",
"launchBrowser": true,
"launchUrl": "api/values",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
}
},
"YTManager": {
"commandName": "Project",
"launchUrl": "api/values",
"environmentVariables": {
2018-02-28 23:33:40 +00:00
"POSTGRESQL_DBSTR": "Server=192.168.1.2;Port=32768;Database=postgres;User Id=postgres;",
2017-09-01 08:55:02 +00:00
"ASPNETCORE_ENVIRONMENT": "Development"
},
"applicationUrl": "http://localhost:62214/"
}
}
}