Config updated.

This commit is contained in:
2025-07-05 08:48:46 +02:00
parent 91a1f7aa61
commit cb4c54727f

View File

@ -1,21 +1,18 @@
{
"profiles": {
"http": {
"commandName": "Project",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
},
"dotnetRunMessages": true,
"applicationUrl": "http://localhost:5048"
},
"Container (Dockerfile)": {
"commandName": "Docker",
"launchUrl": "{Scheme}://{ServiceHost}:{ServicePort}",
"environmentVariables": {
"ASPNETCORE_HTTP_PORTS": "8080"
},
"publishAllPorts": true,
"useSSL": false
"commandName": "Project",
"launchBrowser": true,
"environmentVariables": {
"PERSISTENCE_TYPE": "Sql",
"API_PERSISTENCE_TYPE": "Sql",
"PROXIES": "",
"BROKER_ID": "15D97720-F5B7-47AA-9C1A-71F98B0B9248",
"MASTER_SERVERS": "F696442B-E8DC-4074-B34F-94BCECE8E74B,http://localhost:1234,test1;D1B65834-53BA-45F8-A1E1-66C91C7CFCA9,http://localhost:5678,test2",
"SLAVE_SERVERS": "20E4B747-EC58-4071-8AD9-25521F3C4013,test3"
},
"dotnetRunMessages": true,
"applicationUrl": "http://localhost:5048"
}
},
"$schema": "https://json.schemastore.org/launchsettings.json"