Browse Source

add new typo3 db to the settings.yml.dist file

Olivier Massot 5 years ago
parent
commit
350c69d3f1
1 changed files with 22 additions and 0 deletions
  1. 22 0
      settings.yml.dist

+ 22 - 0
settings.yml.dist

@@ -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