update dev
parent
d88239c363
commit
5c625e00c8
|
|
@ -4,7 +4,7 @@ xmlrpc_port = 8080
|
||||||
; This is the password that allows database operations:
|
; This is the password that allows database operations:
|
||||||
; admin_passwd = admin
|
; admin_passwd = admin
|
||||||
db_host = False
|
db_host = False
|
||||||
db_port = 5436
|
db_port = 5432
|
||||||
db_user = False
|
db_user = False
|
||||||
db_password = False
|
db_password = False
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -24,6 +24,6 @@ Port: %s
|
||||||
ENVIRONMENTS = {
|
ENVIRONMENTS = {
|
||||||
'br': Environment('http://localhost', '8080', 'INSTANCE_1', 'admin', 'x', 'admin'),
|
'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'),
|
||||||
'test': Environment('https://test1.camadeus.at', '443', 'INSTANCE_1', 'admin', 'x', 'asdfasdf'),
|
'test': Environment('https://INSTANCE.camadeus.at', '443', 'INSTANCE_1', 'admin', 'x', 'asdfasdf'),
|
||||||
}
|
}
|
||||||
|
|
||||||
Loading…
Reference in New Issue