1
0

Add option to configure legal urls

This commit is contained in:
kolaente
2020-07-18 18:53:56 +02:00
parent f8d84139fa
commit 41cf73a473
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`