Skip to content

Commit 27b7add

Browse files
authored
Enhance config cheat sheet on passwd quoting (#13158)
See #13126
1 parent deb0333 commit 27b7add

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
@@ -301,7 +301,7 @@ Values containing `#` or `;` must be quoted using `` ` `` or `"""`.
301301
- `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).
302302
- `NAME`: **gitea**: Database name.
303303
- `USER`: **root**: Database username.
304-
- `PASSWD`: **\<empty\>**: Database user password. Use \`your password\` for quoting if you use special characters in the password.
304+
- `PASSWD`: **\<empty\>**: Database user password. Use \`your password\` or """your password""" for quoting if you use special characters in the password.
305305
- `SCHEMA`: **\<empty\>**: For PostgreSQL only, schema to use if different from "public". The schema must exist beforehand,
306306
the user must have creation privileges on it, and the user search path must be set to the look into the schema first
307307
(e.g. `ALTER USER user SET SEARCH_PATH = schema_name,"$user",public;`).

0 commit comments

Comments
 (0)