mirror of
https://github.com/logos-storage/logos-storage-nim-cs-dist-tests.git
synced 2026-01-09 17:03:08 +00:00
pulls ES host from env vars
This commit is contained in:
parent
9fec8b341b
commit
0add69c42e
@ -15,7 +15,14 @@
|
||||
/// </summary>
|
||||
public TimeSpan LogStartBeforeStorageContractStarts { get; } = TimeSpan.FromMinutes(1.0);
|
||||
|
||||
public string ElasticSearchUrl { get; } = $"https://es.testnet.codex.storage";
|
||||
public string ElasticSearchUrl
|
||||
{
|
||||
get
|
||||
{
|
||||
return GetEnvVar("ES_HOST", "es_host");
|
||||
}
|
||||
}
|
||||
|
||||
public string[] StorageNodesKubernetesPodNames = [
|
||||
"codex-1-1",
|
||||
"codex-2-1",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user