diff --git a/code/MessengerBroker/Properties/launchSettings.json b/code/MessengerBroker/Properties/launchSettings.json index e8ad275..2132c2a 100644 --- a/code/MessengerBroker/Properties/launchSettings.json +++ b/code/MessengerBroker/Properties/launchSettings.json @@ -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"