Add DB_SSLMODE to config page (#812)

* Add DB_SSLMODE to config page

* Add DB_SSLMODE for zh-cn
This commit is contained in:
KT 2020-09-23 10:37:10 -07:00 committed by GitHub
parent 8002b8d436
commit f36d1f9b58
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 0 deletions

View file

@ -78,6 +78,7 @@ Mastodon使用环境变量作为其的配置。
* `DB_NAME`
* `DB_PASS`
* `DB_PORT`
* `DB_SSLMODE`
* `DATABASE_URL`
### Redis {#redis}