From dc4932569269ed7a010605c08be84b8a7ab2ef2c Mon Sep 17 00:00:00 2001 From: hhvrc Date: Tue, 26 Nov 2024 19:00:18 +0100 Subject: [PATCH] Clean up launch settings --- API/Properties/launchSettings.json | 12 ++---------- Cron/Properties/launchSettings.json | 1 - LiveControlGateway/Properties/launchSettings.json | 8 +------- 3 files changed, 3 insertions(+), 18 deletions(-) diff --git a/API/Properties/launchSettings.json b/API/Properties/launchSettings.json index c027337d..abfc1566 100644 --- a/API/Properties/launchSettings.json +++ b/API/Properties/launchSettings.json @@ -1,18 +1,10 @@ { "profiles": { - "ShockLink": { + "API": { "commandName": "Project", "dotnetRunMessages": true, "environmentVariables": { - "ASPNETCORE_ENVIRONMENT": "Development", - "DB": "Host=docker-node;Port=1337;Database=root;Username=root;Password=root;Search Path=ShockLink", - "REDIS_HOST":"docker-node", - "REDIS_PASSWORD": "", - "CF_ACC_ID": "", - "CF_IMG_KEY": "", - "CF_IMG_URL": "", - "MAILJET_KEY": "", - "MAILJET_SECRET": "" + "ASPNETCORE_ENVIRONMENT": "Development" } } } diff --git a/Cron/Properties/launchSettings.json b/Cron/Properties/launchSettings.json index 19454ce9..0121b90c 100644 --- a/Cron/Properties/launchSettings.json +++ b/Cron/Properties/launchSettings.json @@ -1,5 +1,4 @@ { - "$schema": "http://json.schemastore.org/launchsettings.json", "profiles": { "Cron": { "commandName": "Project", diff --git a/LiveControlGateway/Properties/launchSettings.json b/LiveControlGateway/Properties/launchSettings.json index 2b883619..0d428b5e 100644 --- a/LiveControlGateway/Properties/launchSettings.json +++ b/LiveControlGateway/Properties/launchSettings.json @@ -4,13 +4,7 @@ "commandName": "Project", "dotnetRunMessages": true, "environmentVariables": { - "ASPNETCORE_ENVIRONMENT": "Development", - "OPENSHOCK__DB": "Host=docker-node;Port=1337;Database=openshock;Username=root;Password=root", - "OPENSHOCK__FQDN": "luc-lcg.lucheart.ovh", - "OPENSHOCK__COUNTRYCODE": "DE", - "OPENSHOCK__REDIS__HOST":"docker-node", - //"OPENSHOCK__REDIS__HOST":"localhost", - "OPENSHOCK__REDIS__PASSWORD": "" + "ASPNETCORE_ENVIRONMENT": "Development" } } }