0
0
Fork 0
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:
Dirk 2024-09-29 00:40:00 +02:00 committed by Gusted
parent 0ddfc466c6
commit 660547d454

View file

@ -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.