init
This commit is contained in:
7
Services/LokiOptions.cs
Normal file
7
Services/LokiOptions.cs
Normal file
@ -0,0 +1,7 @@
|
||||
namespace GetFromLoki.Services;
|
||||
|
||||
public class LokiOptions
|
||||
{
|
||||
public string BaseUrl { get; set; } = "http://localhost:3100";
|
||||
public int QueryTimeout { get; set; } = 30;
|
||||
}
|
||||
Reference in New Issue
Block a user