Advertisement
Guest User

Untitled

a guest
Apr 25th, 2018
140
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.86 KB | None | 0 0
  1. projection:
  2. database:
  3. server: postgres
  4. connect: "host=localhost DB.name=qq user=qq password=renew sslmode=disable"
  5. legacy:
  6. database:
  7. connect: pgsql://legacy:renew@localhost/legacy?sslmode=disable
  8. connect2: pgsql://legacy:renew@localhost/legacy?sslmode=disable
  9. rocksdb:
  10. basePath: /srv/data
  11. logging:
  12. errorLevel: info
  13. api:
  14. id: localhost:4100
  15. crm: localhost:4101
  16. hr: localhost:4102
  17. sales: localhost:4103
  18. pmt: localhost:4104
  19. ops: localhost:4105
  20. # id: localhost:5100
  21. # crm: localhost:5101
  22. # hr: localhost:5102a
  23. # sales: localhost:5103
  24. # pmt: localhost:5104
  25. # ops: localhost:5105
  26. # id: 13.56.237.117:5100
  27. # crm: 13.56.237.117:5101
  28. # hr: 13.56.237.117:5102
  29. # sales: 18.144.54.50:5103
  30. # pmt: 54.215.212.204:5104
  31. # ops: 54.215.212.204:5105
  32. # gateway: http://13.56.82.105/api/v1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement