2015-04-20 02:12:11 +00:00
|
|
|
#coding: utf8
|
|
|
|
|
|
|
|
[base]
|
|
|
|
ip = 192.168.20.209
|
|
|
|
port = 80
|
|
|
|
key = 88aaaf7ffe3c6c04
|
|
|
|
|
2014-08-14 09:22:25 +00:00
|
|
|
|
|
|
|
[db]
|
2014-11-13 02:38:18 +00:00
|
|
|
host = 127.0.0.1
|
|
|
|
port = 3306
|
2015-04-20 02:12:11 +00:00
|
|
|
user = jumpserver
|
|
|
|
password = mysql234
|
|
|
|
database = jumpserver
|
2014-08-14 09:22:25 +00:00
|
|
|
|
2015-04-20 02:12:11 +00:00
|
|
|
|
|
|
|
[ldap]
|
|
|
|
ldap_enable = 1
|
|
|
|
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
|
|
|
|
|
|
|
|
|
|
|
|
[websocket]
|
2015-05-28 09:00:03 +00:00
|
|
|
web_socket_host = 192.168.40.140:3000
|
2015-04-20 02:12:11 +00:00
|
|
|
|
|
|
|
|
|
|
|
[mail]
|
2015-04-22 10:57:55 +00:00
|
|
|
email_host = smtp.qq.com
|
2015-04-20 02:12:11 +00:00
|
|
|
email_port = 25
|
2015-05-28 09:00:03 +00:00
|
|
|
email_host_user = 1152704203@qq.com
|
|
|
|
email_host_password = xxxxx
|
2015-04-20 02:12:11 +00:00
|
|
|
email_use_tls = False
|