Point to new sdkman.io domain for broker apis.

This commit is contained in:
Marco Vermeulen
2015-09-18 23:38:10 +01:00
parent 20b1ebfb53
commit d5dc1d3672

View File

@@ -7,12 +7,12 @@ environments {
sdkmanBrokerService = 'http://localhost:8080'
}
master {
sdkmanService = 'http://dev.gvmtool.net'
sdkmanService = 'http://dev.sdkman.io'
sdkmanBroadcastService = 'http://cast-dev.gvm.io'
sdkmanBrokerService = 'http://release-dev.gvm.io'
}
production {
sdkmanService = 'http://api.gvmtool.net'
sdkmanService = 'http://api.sdkman.io'
sdkmanBroadcastService = 'http://cast.gvm.io'
sdkmanBrokerService = 'http://release.gvm.io'
}