Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- # Configuration
- rest.port = 8080
- rest.name = XWSRest
- rest = http://localhost:${rest.port}/${rest.name}/
- banka.a.port = 8081
- banka.a.name = XWSBanka
- banka.a = http://localhost:${banka.a.port}/${banka.a.name}/
- BN01RS10BR1 = ${banka.a}
- banka.b.port = 8082
- banka.b.name = XWSBanka1
- banka.b = http://localhost:${banka.b.port}/${banka.b.name}/
- BN02RS11BR2 = ${banka.b}
- cbanka.port = 8083
- cbanka.name = CentralBank
- cbanka = http://localhost:${cbanka.port}/${cbanka.name}/
- database.port = 8084
- database.name = BaseX75
- database = http://localhost:${database.port}/${database.name}/
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement