Merge branch 'main' into rename-fixess
This commit is contained in:
commit
9175aca094
6 changed files with 34 additions and 0 deletions
6
app.go
6
app.go
|
@ -113,6 +113,8 @@ type Config struct {
|
|||
|
||||
OIDC OIDCConfig
|
||||
|
||||
LogTail LogTailConfig
|
||||
|
||||
CLI CLIConfig
|
||||
}
|
||||
|
||||
|
@ -139,6 +141,10 @@ type DERPConfig struct {
|
|||
UpdateFrequency time.Duration
|
||||
}
|
||||
|
||||
type LogTailConfig struct {
|
||||
Enabled bool
|
||||
}
|
||||
|
||||
type CLIConfig struct {
|
||||
Address string
|
||||
APIKey string
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue