add ka enviroment

develop
Kumar Aberer 2015-03-12 14:44:16 +01:00
parent 8b1f4eb396
commit 9eab40a6c2
1 changed files with 2 additions and 1 deletions

View File

@ -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'),
}