Update the S3 data in config file (in Debug mode)
This commit is contained in:
parent
88fb93f095
commit
1fb95cbb56
|
@ -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()
|
||||||
|
|
Loading…
Reference in New Issue