1
1
Fork 1
mirror of https://github.com/go-gitea/gitea.git synced 2024-06-07 01:56:09 +02:00

add details for db socket listening (#7830)

This commit is contained in:
Antoine GIRARD 2019-08-12 23:52:11 +02:00 committed by techknowlogick
parent 98fd085039
commit 9692ebcc54

View File

@ -156,7 +156,7 @@ Values containing `#` or `;` must be quoted using `` ` `` or `"""`.
## Database (`database`)
- `DB_TYPE`: **mysql**: The database type in use \[mysql, postgres, mssql, sqlite3\].
- `HOST`: **127.0.0.1:3306**: Database host address and port.
- `HOST`: **127.0.0.1:3306**: Database host address and port or absolute path for unix socket \[mysql, postgres\] (ex: /var/run/mysqld/mysqld.sock).
- `NAME`: **gitea**: Database name.
- `USER`: **root**: Database username.
- `PASSWD`: **\<empty\>**: Database user password. Use \`your password\` for quoting if you use special characters in the password.