瀏覽代碼

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

Olivier Massot 5 年之前
父節點
當前提交
350c69d3f1
共有 1 個文件被更改,包括 22 次插入0 次删除
  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