fixe rake FRANCE_CONNECT

This commit is contained in:
Xavier J 2016-02-02 10:59:34 +01:00
parent b294cfda8b
commit 0301f7b9d8

View file

@ -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