From 9eab40a6c21be84bd96596e947d0ff7ba8db0b6a Mon Sep 17 00:00:00 2001 From: Kumar Aberer Date: Thu, 12 Mar 2015 14:44:16 +0100 Subject: [PATCH] add ka enviroment --- setup/lib/environments.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/setup/lib/environments.py b/setup/lib/environments.py index f8cd20d3..e83eed07 100644 --- a/setup/lib/environments.py +++ b/setup/lib/environments.py @@ -23,7 +23,8 @@ Port: %s ENVIRONMENTS = { 'br': Environment('http://localhost', '8080', 'INSTANCE_1', 'admin', 'x', 'admin'), - 'sk': 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'), } \ No newline at end of file