doc: added .env example file and e.g. for DOCKER_DB_FOLDER

This commit is contained in:
Florian Sylvain
2024-04-26 07:56:18 +02:00
parent 2eae066a24
commit dca17a744d
2 changed files with 12 additions and 7 deletions
+5
View File
@@ -0,0 +1,5 @@
ENVIRONMENT=development
PORT=8080
CORS_ALLOWED_ORIGINS=*
DB_FILE=./gohcms.db
DOCKER_DB_FOLDER=./data