settings.yml.dist 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123
  1. servers:
  2. docker:
  3. host: docker:mariaDb
  4. description: Docker mariaDb
  5. mysql:
  6. port: 3306
  7. username: root
  8. password: mysql660
  9. localhost:
  10. host: localhost
  11. description: Local Mysql
  12. mysql:
  13. port: 3305
  14. username: root
  15. password: mysql660
  16. preprod:
  17. host: preprod.2iopenservice.com
  18. description: Preprod
  19. mysql:
  20. port: 3306
  21. username: dbcloner
  22. password: wWZ4hYcrmHLW2mUK
  23. ssh:
  24. key_file: ~/.ssh/id_rsa_exploitation
  25. port: 22
  26. user: exploitation
  27. prod-back:
  28. host: prod-back.2iopenservice.com
  29. description: Prod-Back
  30. mysql:
  31. port: 3306
  32. username: dbcloner
  33. password: wWZ4hYcrmHLW2mUK
  34. ssh:
  35. key_file: ~/.ssh/id_rsa_exploitation
  36. port: 22
  37. user: exploitation
  38. prod-front:
  39. host: prod-front.2iopenservice.com
  40. description: Prod-Front
  41. mysql:
  42. port: 3306
  43. username: dbcloner
  44. password: wWZ4hYcrmHLW2mUK
  45. ssh:
  46. key_file: ~/.ssh/id_rsa_exploitation
  47. port: 22
  48. user: exploitation
  49. users:
  50. opentalent:
  51. host: localhost
  52. pwd: nSDC3Bm3ws88qKjV63
  53. openassos:
  54. host: localhost
  55. pwd: Vq2icge7SM3P26CaC3
  56. typo3:
  57. host: localhost
  58. pwd: Vq2icge7SM3P26CaC3
  59. operations:
  60. crm:
  61. dbname: crm
  62. from_server: prod-back
  63. to_server: docker
  64. is_default: True
  65. compress: True
  66. grant:
  67. - opentalent
  68. adminassos:
  69. dbname: adminassos
  70. from_server: prod-back
  71. to_server: docker
  72. is_default: True
  73. compress: True
  74. openassos:
  75. dbname: openassos
  76. from_server: prod-front
  77. to_server: docker
  78. is_default: True
  79. compress: True
  80. ignore_tables: ['Access', 'matomo.*', 'user_piwik.*', 'zzz_.*', 'tt_content_save', 'tt_content_v59']
  81. structure_only: ['cf_cache_.*', 'sys_log']
  82. grant:
  83. - openassos
  84. typo3:
  85. dbname: typo3
  86. from_server: prod-front
  87. to_server: docker
  88. is_default: True
  89. compress: True
  90. structure_only: ['cf_cache_.*', 'sys_log']
  91. grant:
  92. - typo3
  93. opentalent:
  94. dbname: opentalent
  95. from_server: prod-back
  96. to_server: docker
  97. is_default: True
  98. compress: True
  99. structure_only: ['Audit_.*']
  100. ignore_tables: []
  101. ignore_views: []
  102. grant:
  103. - opentalent
  104. metabase:
  105. dbname: metabase
  106. from_server: prod-back
  107. to_server: docker
  108. is_default: True
  109. compress: True