jumpserver/jumpserver.conf

36 lines
518 B
Plaintext
Raw Normal View History

#coding: utf8
2015-04-11 04:52:00 +00:00
[base]
2015-04-16 06:32:51 +00:00
ip = 192.168.20.209
2015-04-11 04:52:00 +00:00
port = 80
2015-04-15 09:32:30 +00:00
key = 88aaaf7ffe3c6c04
2015-04-11 04:52:00 +00:00
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
2015-04-11 04:52:00 +00:00
2014-12-26 15:58:11 +00:00
[ldap]
2015-03-15 15:23:20 +00:00
ldap_enable = 1
2015-04-14 09:25:56 +00:00
host_url = ldap://192.168.8.220:389
base_dn = dc=fun, dc=tv
root_dn = cn=admin,dc=fun,dc=tv
2015-04-04 04:48:26 +00:00
root_pw = secret234
2014-12-26 15:58:11 +00:00
2015-04-11 04:52:00 +00:00
2015-01-25 14:20:07 +00:00
[websocket]
2015-04-16 06:32:48 +00:00
web_socket_host = 192.168.173.129:3000
2015-04-11 04:52:00 +00:00
2015-01-25 14:20:07 +00:00
2015-04-01 10:58:10 +00:00
[mail]
2015-04-15 09:32:30 +00:00
email_host = smtp.exmail.qq.com
2015-04-11 04:52:00 +00:00
email_port = 25
2015-04-15 09:32:30 +00:00
email_host_user = noreply@jumpserver.org
email_host_password = jumpserver123
2015-04-04 04:48:26 +00:00
email_use_tls = False