feat: add command to generate a simple config

This commit is contained in:
Johan Siebens
2022-09-09 21:21:57 +02:00
parent 5a77d2b35b
commit 284ec18339
3 changed files with 94 additions and 1 deletions
+1 -1
View File
@@ -119,10 +119,10 @@ type Config struct {
MetricsListenAddr string `yaml:"metrics_listen_addr,omitempty"`
ServerUrl string `yaml:"server_url,omitempty"`
Tls Tls `yaml:"tls,omitempty"`
Logging Logging `yaml:"logging,omitempty"`
Keys Keys `yaml:"keys,omitempty"`
Database Database `yaml:"database,omitempty"`
AuthProvider AuthProvider `yaml:"auth_provider,omitempty"`
Logging Logging `yaml:"logging,omitempty"`
}
type Tls struct {