add details for db socket listening (#7830)
This commit is contained in:
		
							parent
							
								
									98fd085039
								
							
						
					
					
						commit
						9692ebcc54
					
				@ -156,7 +156,7 @@ Values containing `#` or `;` must be quoted using `` ` `` or `"""`.
 | 
				
			|||||||
## Database (`database`)
 | 
					## Database (`database`)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
- `DB_TYPE`: **mysql**: The database type in use \[mysql, postgres, mssql, sqlite3\].
 | 
					- `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.
 | 
					- `NAME`: **gitea**: Database name.
 | 
				
			||||||
- `USER`: **root**: Database username.
 | 
					- `USER`: **root**: Database username.
 | 
				
			||||||
- `PASSWD`: **\<empty\>**: Database user password. Use \`your password\` for quoting if you use special characters in the password.
 | 
					- `PASSWD`: **\<empty\>**: Database user password. Use \`your password\` for quoting if you use special characters in the password.
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user