add data path to .env

This commit is contained in:
Constantin Simonis 2024-12-05 10:38:47 +01:00
parent b9aaff7931
commit 6702147eb1
Signed by: csimonis
GPG Key ID: 758DD9C506603183

2
.env
View File

@ -18,3 +18,5 @@
APP_ENV=dev
APP_SECRET=bfc9c288ee3dcce80dec8622c2870f27
###< symfony/framework-bundle ###
DATA_DIR='/var/www/html/data'