From 693560d57e498761b3908964238e871ed92ad5af Mon Sep 17 00:00:00 2001 From: Andreas Osim Date: Mon, 18 Dec 2017 12:30:26 +0100 Subject: [PATCH] correct entry for 'oa-glaser' --- setup/lib/environments.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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()),