mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-12 07:36:34 +03:00
Uncommented the config
This commit is contained in:
@@ -1,20 +0,0 @@
|
||||
#httplug:
|
||||
# plugins:
|
||||
# logger:
|
||||
# enabled: true
|
||||
# redirect:
|
||||
# preserve_header: true
|
||||
#
|
||||
# discovery:
|
||||
# client: 'auto'
|
||||
# async_client: false
|
||||
#
|
||||
# clients:
|
||||
# default:
|
||||
# factory: 'httplug.factory.curl'
|
||||
# acme:
|
||||
# factory: 'httplug.factory.curl'
|
||||
# http_methods_client: true
|
||||
# plugins:
|
||||
# - 'httplug.plugin.logger'
|
||||
# - 'httplug.plugin.redirect'
|
||||
@@ -0,0 +1,16 @@
|
||||
httplug:
|
||||
plugins:
|
||||
logger:
|
||||
enabled: true
|
||||
redirect:
|
||||
preserve_header: true
|
||||
|
||||
discovery:
|
||||
client: 'auto'
|
||||
|
||||
clients:
|
||||
acme:
|
||||
http_methods_client: true
|
||||
plugins:
|
||||
- 'httplug.plugin.logger'
|
||||
- 'httplug.plugin.redirect'
|
||||
@@ -4,8 +4,5 @@
|
||||
},
|
||||
"copy-from-recipe": {
|
||||
"etc/": "%ETC_DIR%/"
|
||||
},
|
||||
"composer-scripts": {
|
||||
"assets:install --symlink --relative %WEB_DIR%": "symfony-cmd"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user