jumpserver/jumpserver.conf

28 lines
473 B
Plaintext
Raw Normal View History

#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-03-15 15:23:20 +00:00
ldap_enable = 1
2015-03-24 09:04:25 +00:00
host_url = ldap://192.168.8.230:389
base_dn = dc=fengxing, dc=com
root_dn = cn=admin,dc=fengxing,dc=com
root_pw = 123456
2014-12-26 15:58:11 +00:00
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
2015-04-01 10:58:10 +00:00
[mail]
email_host = 'mail.funshion.com'
email_port = '25'
email_host_user = 'jkfunshion'
email_host_password = 'jkmail%'
email_use_tls = False