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:
Philip Molares 2021-02-03 20:51:36 +01:00 committed by David Mehren
parent 57f76499f0
commit b2009ebab9
No known key found for this signature in database
GPG key ID: 185982BA4C42B7C3

5
.env.example Normal file
View 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"