mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-03-24 00:32:17 +01:00
Add GazeSymfonyBundle recipe
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
isaac_gaze_symfony:
|
||||
publisher:
|
||||
gazehub_url: '%env(GAZEHUB_URL)%'
|
||||
private_key_content: '%env(GAZE_PRIVATE_KEY_CONTENTS)%'
|
||||
@@ -0,0 +1,3 @@
|
||||
isaac_gaze_symfony:
|
||||
resource: '@ISAACGazeSymfonyBundle/config/routing.xml'
|
||||
prefix: /gaze
|
||||
12
isaac/gazesymfonybundle/0.1/manifest.json
Normal file
12
isaac/gazesymfonybundle/0.1/manifest.json
Normal file
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"bundles": {
|
||||
"ISAAC\\GazeSymfonyBundle\\ISAACGazeSymfonyBundle": ["all"]
|
||||
},
|
||||
"copy-from-recipe": {
|
||||
"config/": "%CONFIG_DIR%/"
|
||||
},
|
||||
"env": {
|
||||
"GAZEHUB_URL": "http://localhost:3333",
|
||||
"GAZE_PRIVATE_KEY_CONTENTS": ""
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user