From a1791a9993b7918c7f0b1c3f4dd4d6827b704339 Mon Sep 17 00:00:00 2001 From: Alexander Eimer Date: Mon, 26 Feb 2018 15:47:52 +0100 Subject: [PATCH] Adapts path for lexik jwt auth --- lexik/jwt-authentication-bundle/2.3/manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lexik/jwt-authentication-bundle/2.3/manifest.json b/lexik/jwt-authentication-bundle/2.3/manifest.json index 30e013c5..47c46bb0 100644 --- a/lexik/jwt-authentication-bundle/2.3/manifest.json +++ b/lexik/jwt-authentication-bundle/2.3/manifest.json @@ -13,6 +13,6 @@ "JWT_PASSPHRASE": "%generate(secret)%" }, "gitignore": [ - "/var/jwt" + "%CONFIG_DIR%/jwt/*.pem" ] }