Update the S3 data in config file (in Debug mode)

This commit is contained in:
atef 2023-10-03 15:59:07 +02:00
parent 88fb93f095
commit 1fb95cbb56
1 changed files with 9 additions and 1 deletions

View File

@ -95,7 +95,15 @@ public class Config //TODO: let IE choose from config files (Json) and connect t
BatteryIp = new() { Host = "localhost", Port = 5007}, BatteryIp = new() { Host = "localhost", Port = 5007},
BatteryNodes = new []{ 2, 3, 4, 5, 6 } BatteryNodes = new []{ 2, 3, 4, 5, 6 }
}, },
S3 = null S3 = new()
{
Bucket = "1-3e5b3069-214a-43ee-8d85-57d72000c19d",
Region = "sos-ch-dk-2",
Provider = "exo.io",
ContentType = "text/plain; charset=utf-8",
Key = "EXO4ec5faf1a7650b79b5722fb5",
Secret = "LUxu1PGEA-POEIckoEyq6bYyz0RnenW6tmqccMKgkHQ"
},
}; };
#else #else
public static Config Default => new() public static Config Default => new()