Add option to configure legal urls

This commit is contained in:
kolaente 2020-07-18 18:53:56 +02:00
parent f8d84139fa
commit 41cf73a473
Signed by untrusted user who does not match committer: konrad
GPG key ID: F40E70337AB24C9B
4 changed files with 35 additions and 10 deletions

View file

@ -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`