]> Raphaël G. Git Repositories - packbundle/commitdiff
Remove useless parameters yml file
authorRaphaël Gertz <git@rapsys.eu>
Tue, 3 Apr 2018 04:31:16 +0000 (06:31 +0200)
committerRaphaël Gertz <git@rapsys.eu>
Tue, 3 Apr 2018 04:31:16 +0000 (06:31 +0200)
Resources/config/parameters.yml [deleted file]

diff --git a/Resources/config/parameters.yml b/Resources/config/parameters.yml
deleted file mode 100644 (file)
index 900a6c1..0000000
+++ /dev/null
@@ -1,29 +0,0 @@
-# src/Rapsys/PackBundle/Resources/config/parameters.yml
-parameters:
-    rapsys_pack:
-        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:
-        packages:
-            rapsys_pack:
-                base_path: ~
-                version: ~
-
-# Force cache disable to regenerate resources each time
-#twig:
-#    cache: ~