[IMP] locate the migration server elsewhere than localhost

bzr revid: christophe@tinyerp.com-20090109100229-7dkbk41stji21lba
This commit is contained in:
Christophe Simonis 2009-01-09 11:02:29 +01:00
parent f4c1cc32ba
commit 6618009a60
1 changed files with 2 additions and 2 deletions

View File

@ -26,8 +26,8 @@ class RemoteContractException(Exception): pass
class remote_contract(object):
def __init__(self, contract_id, contract_password, modules=None):
self.__server = 'http://localhost:8069/xmlrpc/'
self.__db = "trunk"
self.__server = 'http://192.168.0.127:8072/xmlrpc/'
self.__db = "maintenance"
self.__password = "admin"
self.__login = "admin"