diff --git a/setup/lib/environments.py b/setup/lib/environments.py index feaa55d9..b933dd9d 100644 --- a/setup/lib/environments.py +++ b/setup/lib/environments.py @@ -34,7 +34,7 @@ ENVIRONMENTS = { '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()), + 'oa-glaser' : Environment('http://localhost', "8080", "tz-austria_1", "glaser-admin", "x", "admin", config = ConfigGlaser()), 'br' : Environment('http://localhost', '8080', 'tz-austria_1', 'tz-admin', 'x', 'admin', config = ConfigTZA()), 'br-glaser' : Environment('http://localhost', '8080', 'tz-austria_1', 'glaser-admin', 'x', 'admin', config = ConfigGlaser()),