2014-12-21 15:10:59 +00:00
|
|
|
#coding: utf8
|
|
|
|
|
2014-12-22 10:34:08 +00:00
|
|
|
[db]
|
|
|
|
host = 127.0.0.1
|
|
|
|
port = 3306
|
|
|
|
user = jumpserver
|
2014-12-27 15:57:40 +00:00
|
|
|
password = mysql234
|
2014-12-22 10:34:08 +00:00
|
|
|
database = jumpserver
|
|
|
|
|
2014-12-26 15:58:11 +00:00
|
|
|
[ldap]
|
2015-01-28 09:35:06 +00:00
|
|
|
ldap_enable = 1
|
2014-12-26 15:58:11 +00:00
|
|
|
host_url = ldap://127.0.0.1:389
|
|
|
|
base_dn = dc=jumpserver,dc=org
|
|
|
|
root_dn = cn=admin,dc=jumpserver,dc=org
|
|
|
|
root_pw = secret234
|
|
|
|
|
2015-01-25 14:20:07 +00:00
|
|
|
[websocket]
|
|
|
|
web_socket_host = 127.0.0.1:3000
|
|
|
|
|
2014-12-26 15:58:11 +00:00
|
|
|
[web]
|
|
|
|
key = 88aaaf7ffe3c6c04
|
2014-12-22 10:34:08 +00:00
|
|
|
|