mirror of
https://codeberg.org/forgejo/docs.git
synced 2024-12-26 22:51:22 -05:00
reflect default database in configuration cheat sheet
related to * https://codeberg.org/forgejo/forgejo/issues/5223 * https://codeberg.org/forgejo/forgejo/pulls/5415
This commit is contained in:
parent
0ddfc466c6
commit
660547d454
1 changed files with 1 additions and 1 deletions
|
@ -422,7 +422,7 @@ The following configuration set `Content-Type: application/vnd.android.package-a
|
|||
|
||||
## Database (`database`)
|
||||
|
||||
- `DB_TYPE`: **mysql**: The database type in use \[mysql, postgres, sqlite3\].
|
||||
- `DB_TYPE`: **sqlite3**: The database type in use \[mysql, postgres, sqlite3\].
|
||||
- `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`: **forgejo**: Database name.
|
||||
- `USER`: **root**: Database username.
|
||||
|
|
Loading…
Reference in a new issue