Add option to configure legal urls
This commit is contained in:
parent
f8d84139fa
commit
41cf73a473
4 changed files with 35 additions and 10 deletions
|
|
@ -52,6 +52,9 @@ const (
|
|||
ServiceEnableTotp Key = `service.enabletotp`
|
||||
ServiceSentryDsn Key = `service.sentrydsn`
|
||||
|
||||
LegalImprintURL Key = `legal.imprinturl`
|
||||
LegalPrivacyURL Key = `legal.privacyurl`
|
||||
|
||||
DatabaseType Key = `database.type`
|
||||
DatabaseHost Key = `database.host`
|
||||
DatabaseUser Key = `database.user`
|
||||
|
|
|
|||
Reference in a new issue