jumpserver/jumpserver.conf

32 lines
556 B
Plaintext
Raw Normal View History

2015-04-20 02:12:11 +00:00
#coding: utf8
[base]
2015-10-28 14:30:34 +00:00
url = http://192.168.10.148
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]
2015-10-28 14:30:34 +00:00
host = 192.168.10.148
2014-11-13 02:38:18 +00:00
port = 3306
2015-04-20 02:12:11 +00:00
user = jumpserver
2015-10-28 14:30:34 +00:00
password =mysql1234
2015-04-20 02:12:11 +00:00
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-10-28 14:30:34 +00:00
web_socket_host = 192.168.10.148: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