mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-02-16 14:14:30 +00: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
b09fdd1f93
commit
bc51b648f7
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