secretkey for amonecole

This commit is contained in:
Arnaud Fornerot 2021-12-06 17:02:58 +01:00
parent 81acd8f27e
commit 7a3203781e
1 changed files with 2 additions and 1 deletions

View File

@ -1,6 +1,7 @@
# SYMFONY
APP_ENV=PROD
APP_SECRET=%%pwdreader("","/var/www/html/ninegitea/.key")
%set keyfile = %%getVar('container_path_web','') + '/var/www/html/ninegitea/.key'
APP_SECRET=%%pwdreader("",%%keyfile)
#TRUSTED_PROXIES=127.0.0.0/8,10.0.0.0/8,172.16.0.0/12,192.168.0.0/16
#TRUSTED_HOSTS='^(localhost|example\.com)$'