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:
parent
d517cd1e64
commit
f2c8610cc4
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue