2015-04-20 02:12:11 +00:00
|
|
|
#coding: utf8
|
|
|
|
|
|
|
|
[base]
|
2015-08-31 15:04:53 +00:00
|
|
|
url = http://192.168.244.129
|
2015-04-20 02:12:11 +00:00
|
|
|
key = 88aaaf7ffe3c6c04
|
2015-06-09 15:06:32 +00:00
|
|
|
log = debug
|
2015-04-20 02:12:11 +00:00
|
|
|
|
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-08-28 16:09:36 +00:00
|
|
|
mail_enable = 1
|
2015-08-30 06:03:10 +00:00
|
|
|
email_host = smtp.exmail.qq.com
|
2015-04-20 02:12:11 +00:00
|
|
|
email_port = 25
|
2015-08-30 06:03:10 +00:00
|
|
|
email_host_user = noreply@jumpserver.org
|
|
|
|
email_host_password = jumpserver1234
|
2015-04-20 02:12:11 +00:00
|
|
|
email_use_tls = False
|