Skip to content

Commit 9692ebc

Browse files
sapktechknowlogick
authored andcommitted
add details for db socket listening (#7830)
1 parent 98fd085 commit 9692ebc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/content/doc/advanced/config-cheat-sheet.en-us.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ Values containing `#` or `;` must be quoted using `` ` `` or `"""`.
156156
## Database (`database`)
157157

158158
- `DB_TYPE`: **mysql**: The database type in use \[mysql, postgres, mssql, sqlite3\].
159-
- `HOST`: **127.0.0.1:3306**: Database host address and port.
159+
- `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).
160160
- `NAME`: **gitea**: Database name.
161161
- `USER`: **root**: Database username.
162162
- `PASSWD`: **\<empty\>**: Database user password. Use \`your password\` for quoting if you use special characters in the password.

0 commit comments

Comments
 (0)