1
1
Fork 0
mirror of https://github.com/roles-ansible/ansible_role_gitea.git synced 2024-08-16 11:39:50 +02:00

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

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