|
|
@@ -7,6 +7,14 @@ servers:
|
|
|
username: root
|
|
|
password: mysql660
|
|
|
|
|
|
+ localhost:
|
|
|
+ host: localhost
|
|
|
+ description: Local Mysql
|
|
|
+ mysql:
|
|
|
+ port: 3305
|
|
|
+ username: root
|
|
|
+ password: mysql660
|
|
|
+
|
|
|
preprod:
|
|
|
host: preprod.2iopenservice.com
|
|
|
description: Preprod
|
|
|
@@ -53,6 +61,10 @@ users:
|
|
|
host: localhost
|
|
|
pwd: Vq2icge7SM3P26CaC3
|
|
|
|
|
|
+ typo3:
|
|
|
+ host: localhost
|
|
|
+ pwd: Vq2icge7SM3P26CaC3
|
|
|
+
|
|
|
operations:
|
|
|
crm:
|
|
|
dbname: crm
|
|
|
@@ -81,6 +93,16 @@ operations:
|
|
|
grant:
|
|
|
- openassos
|
|
|
|
|
|
+ typo3:
|
|
|
+ dbname: typo3
|
|
|
+ from_server: prod-front
|
|
|
+ to_server: docker
|
|
|
+ is_default: True
|
|
|
+ compress: True
|
|
|
+ structure_only: ['cf_cache_.*', 'sys_log']
|
|
|
+ grant:
|
|
|
+ - typo3
|
|
|
+
|
|
|
opentalent:
|
|
|
dbname: opentalent
|
|
|
from_server: prod-back
|