From 5c625e00c8a76971a008af8b0492c148bd6a1755 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20Br=C3=BCckl?= Date: Thu, 5 Mar 2015 18:05:42 +0100 Subject: [PATCH] update dev --- dev/odoo-server-dev-br.conf | 2 +- setup/lib/environments.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 f8cd20d3..45d86b5e 100644 --- a/setup/lib/environments.py +++ b/setup/lib/environments.py @@ -24,6 +24,6 @@ Port: %s ENVIRONMENTS = { 'br': Environment('http://localhost', '8080', 'INSTANCE_1', 'admin', 'x', 'admin'), 'sk': Environment('http://localhost', '8080', 'INSTANCE_1', 'admin', 'x', 'admin'), - 'test': Environment('https://test1.camadeus.at', '443', 'INSTANCE_1', 'admin', 'x', 'asdfasdf'), + 'test': Environment('https://INSTANCE.camadeus.at', '443', 'INSTANCE_1', 'admin', 'x', 'asdfasdf'), } \ No newline at end of file