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