From ce8eaaeabaf64911a3127d3950fb9fc380a55c3a Mon Sep 17 00:00:00 2001 From: root Date: Wed, 8 Jul 2020 16:01:11 +0200 Subject: [PATCH] plus de var dico pour api key --- tmpl/nineskeletor-env.local | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tmpl/nineskeletor-env.local b/tmpl/nineskeletor-env.local index 4c15b1b..7e0b639 100644 --- a/tmpl/nineskeletor-env.local +++ b/tmpl/nineskeletor-env.local @@ -1,6 +1,6 @@ # SYMFONY APP_ENV=PROD -APP_SECRET=%%pwdreader("",%%nineskeletor_api_key) +APP_SECRET=%%pwdreader("","/var/www/html/nineskeletor/.key") #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)$'