]> Raphaël G. Git Repositories - packbundle/commitdiff
Fix paramters template
authorRaphaël Gertz <git@rapsys.eu>
Tue, 26 Dec 2017 16:40:13 +0000 (17:40 +0100)
committerRaphaël Gertz <git@rapsys.eu>
Tue, 26 Dec 2017 16:40:13 +0000 (17:40 +0100)
Resources/config/parameters.yml

index d31ebfab3430f1b65d487a9c2b67700eb6775b9b..3b69a7e11e28b3b781ca659dd46e91e63c29ad47 100644 (file)
@@ -1,9 +1,21 @@
 # src/Rapsys/PackBundle/Resources/config/parameters.yml
 parameters:
     rapsys_pack:
-        jpack: '/usr/local/bin/jpack'
-        cpack: '/usr/local/bin/cpack'
-        prefix: '@@RapsysPackBundle/Resources/public/'
+        coutput: ~
+        joutput: ~
+        ioutput: ~
+        cfilter: [ 'CPackFilter' ]
+        jfilter: [ 'JPackFilter' ]
+        ifilter: [ 'IPackFilter' ]
+        prefix: ~
+        scheme: ~
+        timeout: 5
+        user_agent: ~
+        redirect: 3
+    rapsys_pack.jpackfilter:
+        bin: '/usr/local/bin/jpack'
+    rapsys_pack.cpackfilter:
+        bin: '/usr/local/bin/cpack'
 
 framework:
     assets:
@@ -11,3 +23,7 @@ framework:
             rapsys_pack:
                 base_path: '/bundles/rapsyspack'
                 version: ~
+
+# Force cache disable to regenerate resources each time
+#twig:
+#        cache: ~