mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2024-11-21 17:26:29 -05:00
Dev Docs: Add .env.example file
This file contains a minimal working config to get the backend up and running. Signed-off-by: Philip Molares <philip.molares@udo.edu>
This commit is contained in:
parent
57f76499f0
commit
b2009ebab9
1 changed files with 5 additions and 0 deletions
5
.env.example
Normal file
5
.env.example
Normal file
|
@ -0,0 +1,5 @@
|
|||
HD_DOMAIN="http://localhost"
|
||||
HD_MEDIA_BACKEND="filesystem"
|
||||
HD_MEDIA_BACKEND_FILESYSTEM_UPLOAD_PATH="upload/"
|
||||
HD_DATABASE_DIALECT="sqlite"
|
||||
HD_DATABASE_STORAGE="./hedgedoc.sqlite"
|
Loading…
Reference in a new issue