Update README.md

This commit is contained in:
Jens Timmerman 2020-08-29 19:30:12 +02:00 committed by Thomas Maurice
parent d517cd1e64
commit f2c8610cc4
1 changed files with 1 additions and 1 deletions

View File

@ -101,7 +101,7 @@ The following code has been tested with Debian 8, it should work on Ubuntu as we
### Database configuration
* `gitea_db_type`: Database type, can be `mysql`, `postgres` or `sqlite3`
* `gitea_db_host`: Database host string `host:port`
* `gitea_db_host`: Database host string `host:port` or `/run/postgresql/` when connectiong to postgres via local unix socket (peer authentication)
* `gitea_db_name`: Database name
* `gitea_db_user`: Database username
* `gitea_db_password`: Database password