settings.yml.dist 1.9 KB

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