Skip to content

Commit

Permalink
Clean up launch settings
Browse files Browse the repository at this point in the history
  • Loading branch information
hhvrc committed Nov 26, 2024
1 parent 03897d2 commit dc49325
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 18 deletions.
12 changes: 2 additions & 10 deletions API/Properties/launchSettings.json
Original file line number Diff line number Diff line change
@@ -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"
}
}
}
Expand Down
1 change: 0 additions & 1 deletion Cron/Properties/launchSettings.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
{
"$schema": "http://json.schemastore.org/launchsettings.json",
"profiles": {
"Cron": {
"commandName": "Project",
Expand Down
8 changes: 1 addition & 7 deletions LiveControlGateway/Properties/launchSettings.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}
}
Expand Down

0 comments on commit dc49325

Please sign in to comment.