mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2024-11-21 17:26:29 -05:00
Config: Fix .env.example file
The old upload path was 'public/uploads'. As there is no public anymore, we should at least keep uploads. So basically this is a typo fix Signed-off-by: Philip Molares <philip.molares@udo.edu>
This commit is contained in:
parent
ea4ccc76e4
commit
a4075bff54
1 changed files with 1 additions and 1 deletions
|
@ -4,6 +4,6 @@
|
|||
|
||||
HD_DOMAIN="http://localhost"
|
||||
HD_MEDIA_BACKEND="filesystem"
|
||||
HD_MEDIA_BACKEND_FILESYSTEM_UPLOAD_PATH="upload/"
|
||||
HD_MEDIA_BACKEND_FILESYSTEM_UPLOAD_PATH="uploads/"
|
||||
HD_DATABASE_DIALECT="sqlite"
|
||||
HD_DATABASE_STORAGE="./hedgedoc.sqlite"
|
||||
|
|
Loading…
Reference in a new issue