From f2c8610cc41bad258076ea8df664da228ed467b6 Mon Sep 17 00:00:00 2001 From: Jens Timmerman Date: Sat, 29 Aug 2020 19:30:12 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 799686e..46c2378 100644 --- a/README.md +++ b/README.md @@ -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