Files
archived-recipes-contrib/thedevopser/castor-symfony/1.0/config/packages/castor.yaml
The DevOpser 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

11 lines
335 B
YAML

castor:
vhost:
url: "%env(CASTOR_VHOST_URL)%"
nom: null # If empty be replaced by the project dir name
server: "%env(CASTOR_VHOST_SERVER)%"
os: null # Auto detect
ssl:
enabled: "%env(bool:CASTOR_VHOST_SSL_ENABLE)%"
certificate: null
certificate_key: null