Configuration example for multiple vhosts

This commit is contained in:
Jakub Filo 2023-05-24 18:16:43 +00:00
parent e499d52d20
commit 18c845120f
Signed by: plantroon
GPG Key ID: 7DA8C0FFEED0C0DE
2 changed files with 43 additions and 1 deletions

View File

@ -4,4 +4,4 @@ base:
prod:
'*':
- motd
- vhosts

View File

@ -0,0 +1,42 @@
vhosts:
magento.test:
php_max_children: 50
php_mem_limit: 5G
nginx_port: 8583
uid: 8583
mysql_password: jdisja92834
mysql_user: magento-test
mysql_database: magento-testdb
magento_sample_products: true
magento_admin_firstname: Jakub
magento_admin_lastname: Filo
magento_admin_user: admin
magento_admin_email: admin@plantroon.com
magento_admin_pass: mys2retpa67
magento_marketplace_public: ae2c6ed9a7f93d4d94287369465f2a28
magento_marketplace_private: ab2125b914215518d7484d7254288db3
elastic_heap_min: 256m
elastic_heap_max: 1024m
php_maxmem_deploy: 50G
php_maxmem_runtime: 1G
obchod.test2:
php_max_children: 40
php_mem_limit: 5G
nginx_port: 8582
uid: 8582
mysql_password: 8d8h4uh9sfy
mysql_user: magento-test
mysql_database: magento-testdb
magento_sample_products: true
magento_admin_firstname: Jakub
magento_admin_lastname: Filo
magento_admin_user: admin
magento_admin_email: admin@plantroon.com
magento_admin_pass: mysec4etpa@s
magento_marketplace_public: ae2c6ed9a7f93d4d94287369465f2a28
magento_marketplace_private: ab2125b914215518d7484d7254288db3
elastic_heap_min: 256m
elastic_heap_max: 1024m
php_maxmem_deploy: 50G
php_maxmem_runtime: 1G