mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-11 15:16:55 +03:00
* [receipe] - create based structure to Castor Symfony receipe * Update Castor Symfony recipe configuration to use environment variables * Update Castor Symfony configuration to use boolean environment variable for SSL
14 lines
294 B
JSON
14 lines
294 B
JSON
{
|
|
"bundles": {
|
|
"TheDevOpser\\CastorBundle\\CastorBundle": ["all"]
|
|
},
|
|
"copy-from-recipe": {
|
|
"config/": "%CONFIG_DIR%/"
|
|
},
|
|
"env": {
|
|
"CASTOR_VHOST_URL": "test",
|
|
"CASTOR_VHOST_SERVER": "apache2",
|
|
"CASTOR_VHOST_SSL_ENABLE": "true"
|
|
}
|
|
}
|