Files
The DevOpserandGitHub 35aa18b559 [receipe] - create based structure to Castor Symfony receipe (#1754)
* [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
2025-02-04 22:11:34 +04:00

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"
}
}