tgstation-server 6.12.0
The /tg/station 13 server suite
Loading...
Searching...
No Matches
ElasticsearchConfiguration.cs
Go to the documentation of this file.
1using System;
2
4{
8 public sealed class ElasticsearchConfiguration
9 {
13 public const string Section = "Elasticsearch";
14
18 public bool Enable { get; set; }
19
23 public Uri? Host { get; set; }
24
28 public string? Username { get; set; }
29
33 public string? Password { get; set; }
34 }
35}
Configuration options pertaining to elasticsearch log storage.
const string Section
The key for the Microsoft.Extensions.Configuration.IConfigurationSection the ElasticsearchConfigurati...