Config updated.

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

View File

@ -2,20 +2,17 @@
"profiles": { "profiles": {
"http": { "http": {
"commandName": "Project", "commandName": "Project",
"launchBrowser": true,
"environmentVariables": { "environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development" "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, "dotnetRunMessages": true,
"applicationUrl": "http://localhost:5048" "applicationUrl": "http://localhost:5048"
},
"Container (Dockerfile)": {
"commandName": "Docker",
"launchUrl": "{Scheme}://{ServiceHost}:{ServicePort}",
"environmentVariables": {
"ASPNETCORE_HTTP_PORTS": "8080"
},
"publishAllPorts": true,
"useSSL": false
} }
}, },
"$schema": "https://json.schemastore.org/launchsettings.json" "$schema": "https://json.schemastore.org/launchsettings.json"