Update HD_DATABASE_*

Fix leftovers from #2278 cd5256da7f

Signed-off-by: Tamotsu Takahashi <ttakah+github@gmail.com>
This commit is contained in:
Tamotsu Takahashi 2022-10-16 17:33:23 +09:00 committed by David Mehren
parent 4ef1ffb312
commit af0b34efa1
3 changed files with 5 additions and 5 deletions

View file

@ -8,8 +8,8 @@ The `.env` file should be placed in the root of the project and contains key-val
HD_DOMAIN="http://localhost"
HD_MEDIA_BACKEND="filesystem"
HD_MEDIA_BACKEND_FILESYSTEM_UPLOAD_PATH="uploads/"
HD_DATABASE_DIALECT="sqlite"
HD_DATABASE_STORAGE="./hedgedoc.sqlite"
HD_DATABASE_TYPE="sqlite"
HD_DATABASE_NAME="./hedgedoc.sqlite"
```
We also provide an `.env.example` file containing a minimal configuration in the root of the project. This should help you to write your own configuration.