From 3b9296035cd3ae06c4b85c2c04fb950c4afcd62e Mon Sep 17 00:00:00 2001 From: Andreas Osim Date: Wed, 29 Nov 2017 11:35:31 +0100 Subject: [PATCH] Setup Windows 7 TZAUSTRIA --- setup/lib/environments.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup/lib/environments.py b/setup/lib/environments.py index 0106e8ae..78c98aeb 100644 --- a/setup/lib/environments.py +++ b/setup/lib/environments.py @@ -33,6 +33,7 @@ ENVIRONMENTS = { 'tzdev-glaser': Environment("http://10.1.2.195", "8080", "tz-austria_1", "glaser-admin", "x", "admin", config = ConfigGlaser()), 'oa' : Environment('http://localhost', "8080", "tz-austria_1", "admin", "x", "admin", config = ConfigTZA()), + 'oa-tz' : Environment('http://localhost', "8080", "tz-austria_1", "tz-admin", "x", "admin", config = ConfigTZA()), 'oa-glaser' : Environment('http://localhost', "8080'" "tz-austria_1", "admin", "x", "admin", config = ConfigGlaser()), 'br' : Environment('http://localhost', '8080', 'tz-austria_1', 'tz-admin', 'x', 'admin', config = ConfigTZA()),