Advertisement
Guest User

Untitled

a guest
Jul 25th, 2017
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.98 KB | None | 0 0
  1. upstream_uri: postgres://prod_optimus:pJvgPMerTDDJx6kJ@192.168.10.233:5432/optimus_production
  2. downstream_uri: postgres://postgres@172.16.193.162:5432/optimus_development
  3.  
  4. ignored_tables:
  5. - data.hackjuzi_*
  6. - data.etl_*
  7. - data.*_log
  8. - data.*_logs
  9. - data.huaxing_call_reports
  10. - data.coolchuan_*
  11. - data.lagou_*
  12.  
  13. masked_cols:
  14. public.advisors:
  15. wechat: phone
  16. mobile: phone
  17. email: email_id
  18. realname: to_id
  19. pinyin: to_id
  20. password_digest: emptify
  21. wechat_unionid: nullify
  22. wechat_openid: nullify
  23. wechat_info: nullify
  24.  
  25. public.audits:
  26. mobile: phone
  27. name: to_id
  28. email: email_id
  29. wechat: nullify
  30.  
  31. public.feedbacks:
  32. email: email_id
  33. name: to_id
  34.  
  35. public.funding_documents:
  36. origin: emptify
  37. thumbs: empty_array
  38.  
  39. public.investors:
  40. mobile: phone
  41. email: email_id
  42. realname: to_id
  43. pinyin: to_id
  44. wechat: nullify
  45. password_digest: emptify
  46. wechat_unionid: nullify
  47. wechat_openid: nullify
  48. wechat_info: nullify
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement