Advertisement
Lauda

Untitled

Jun 27th, 2015
272
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. # Configuration
  2.  
  3. rest.port = 8080
  4. rest.name = XWSRest
  5. rest = http://localhost:${rest.port}/${rest.name}/
  6.  
  7. banka.a.port = 8081
  8. banka.a.name = XWSBanka
  9. banka.a = http://localhost:${banka.a.port}/${banka.a.name}/
  10. BN01RS10BR1 = ${banka.a}
  11.  
  12. banka.b.port = 8082
  13. banka.b.name = XWSBanka1
  14. banka.b = http://localhost:${banka.b.port}/${banka.b.name}/
  15. BN02RS11BR2 = ${banka.b}
  16.  
  17. cbanka.port = 8083
  18. cbanka.name = CentralBank
  19. cbanka = http://localhost:${cbanka.port}/${cbanka.name}/
  20.  
  21. database.port = 8084
  22. database.name = BaseX75
  23. database = http://localhost:${database.port}/${database.name}/
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement