mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-05-25 20:44:49 -04:00
docs(database): remove mention of mysql
We don't test it, and so we should not tell people HD2 could work with mysql Signed-off-by: Philip Molares <philip.molares@udo.edu>
This commit is contained in:
parent
055d2b6c5b
commit
098322cef8
1 changed files with 10 additions and 7 deletions
|
@ -6,10 +6,13 @@ We officially support and test these databases:
|
|||
- PostgreSQL
|
||||
- MariaDB
|
||||
|
||||
!!! warning
|
||||
We don't necessarily support MySQL.
|
||||
|
||||
<!-- markdownlint-disable proper-names -->
|
||||
| environment variable | default | example | description |
|
||||
|-----------------------|---------|---------------------|--------------------------------------------------------------------------------------------|
|
||||
| `HD_DATABASE_TYPE` | - | `postgres` | The database type you want to use. This can be `postgres`, `mysql`, `mariadb` or `sqlite`. |
|
||||
|-----------------------|---------|---------------------|----------------------------------------------------------------------------------------|
|
||||
| `HD_DATABASE_TYPE` | - | `postgres` | The database type you want to use. This can be `postgres`, `mariadb` or `sqlite`. |
|
||||
| `HD_DATABASE_NAME` | - | `hedgedoc` | The name of the database to use. When using SQLite, this is the path to the database file. |
|
||||
| `HD_DATABASE_HOST` | - | `db.example.com` | The host, where the database runs. *Only if you're **not** using `sqlite`.* |
|
||||
| `HD_DATABASE_PORT` | - | `5432` | The port, where the database runs. *Only if you're **not** using `sqlite`.* |
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue