From 0301f7b9d836ec94566d292f8e89211c1358b450 Mon Sep 17 00:00:00 2001 From: Xavier J Date: Tue, 2 Feb 2016 10:59:34 +0100 Subject: [PATCH] fixe rake FRANCE_CONNECT --- lib/tasks/dev.rake | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/tasks/dev.rake b/lib/tasks/dev.rake index a73f3eb24..9440b70fb 100644 --- a/lib/tasks/dev.rake +++ b/lib/tasks/dev.rake @@ -33,7 +33,8 @@ particulier_userinfo_endpoint: 'https://fcp.integ01.dev-franceconnect.fr/api/v1/ particulier_logout_endpoint: 'https://fcp.integ01.dev-franceconnect.fr/api/v1/logout' EOF file.write(comment) - file.write("TPS::Application.config.FRANCE_CONNECT = #{comment}") file.close + + file.write("TPS::Application.config.FRANCE_CONNECT = #{Hashie::Mash.new('config/france_connect.yml')}") end end