kunkliricsi
5b42ce9f43
Added Enviroment variable support Addes baseUrl variable for live services Included default env variables in docker-compose.yml Updated sql and nodejs versions
39 lines
1.1 KiB
JSON
39 lines
1.1 KiB
JSON
{
|
|
"iisSettings": {
|
|
"windowsAuthentication": false,
|
|
"anonymousAuthentication": true,
|
|
"iis": {
|
|
"applicationUrl": "http://localhost/Birdmap.API",
|
|
"sslPort": 0
|
|
},
|
|
"iisExpress": {
|
|
"applicationUrl": "http://localhost:63288",
|
|
"sslPort": 44331
|
|
}
|
|
},
|
|
"profiles": {
|
|
"IIS Express": {
|
|
"commandName": "IISExpress",
|
|
"launchBrowser": true,
|
|
"environmentVariables": {
|
|
"Birdmap_LocalDbConnectionString": "Data Source=DESKTOP-3600;Initial Catalog=birdmap2;Integrated Security=True;Connect Timeout=30;Encrypt=False;TrustServerCertificate=False;ApplicationIntent=ReadWrite;MultiSubnetFailover=False",
|
|
"ASPNETCORE_ENVIRONMENT": "Development"
|
|
}
|
|
},
|
|
"Birdmap": {
|
|
"commandName": "Project",
|
|
"launchBrowser": true,
|
|
"environmentVariables": {
|
|
"ASPNETCORE_ENVIRONMENT": "Development"
|
|
},
|
|
"applicationUrl": "https://localhost:5001;http://localhost:5000"
|
|
},
|
|
"Docker": {
|
|
"commandName": "Docker",
|
|
"launchBrowser": true,
|
|
"launchUrl": "{Scheme}://{ServiceHost}:{ServicePort}",
|
|
"publishAllPorts": true,
|
|
"useSSL": true
|
|
}
|
|
}
|
|
} |