Use new gvm.io domain for api calls.

This commit is contained in:
Marco Vermeulen
2014-08-02 13:19:12 +01:00
parent 3be5522136
commit b3edf612e2

View File

@@ -7,10 +7,10 @@ environments {
}
master {
gvmService = 'http://dev.gvmtool.net'
gvmBroadcastService = 'http://cast-dev.cfapps.io'
gvmBroadcastService = 'http://cast-dev.gvm.io'
}
production {
gvmService = 'http://api.gvmtool.net'
gvmBroadcastService = 'http://cast.cfapps.io'
gvmBroadcastService = 'http://cast.gvm.io'
}
}