mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-03-24 00:32:17 +01: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
11 lines
335 B
YAML
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
|