diff --git a/dev/odoo-server-dev-br.conf b/dev/odoo-server-dev-br.conf index 34cad32d..baae021a 100644 --- a/dev/odoo-server-dev-br.conf +++ b/dev/odoo-server-dev-br.conf @@ -4,7 +4,7 @@ xmlrpc_port = 8080 ; This is the password that allows database operations: ; admin_passwd = admin db_host = False -db_port = 5436 +db_port = 5432 db_user = False db_password = False diff --git a/setup/lib/environments.py b/setup/lib/environments.py index e83eed07..2e4dfca0 100644 --- a/setup/lib/environments.py +++ b/setup/lib/environments.py @@ -24,7 +24,7 @@ Port: %s ENVIRONMENTS = { 'br': Environment('http://localhost', '8080', 'INSTANCE_1', 'admin', 'x', 'admin'), 'sk': Environment('http://localhost', '8080', 'INSTANCE_1', 'admin', 'x', 'admin'), - 'ka': Environment('http://localhost', '8080', 'INSTANCE_1', 'admin', 'x', 'admin'), - 'test': Environment('https://test1.camadeus.at', '443', 'INSTANCE_1', 'admin', 'x', 'asdfasdf'), + 'ka': Environment('http://localhost', '8080', 'INSTANCE_1', 'admin', 'x', 'admin'), + 'test': Environment('https://INSTANCE.camadeus.at', '443', 'INSTANCE_1', 'admin', 'x', 'asdfasdf'), } \ No newline at end of file