jumpserver/jumpserver.conf

24 lines
373 B
Plaintext
Raw Normal View History

2015-11-16 15:11:37 +00:00
[base]
2015-12-18 10:35:07 +00:00
url = http://192.168.244.129
2015-12-15 09:35:02 +00:00
key = 88aaaf7ffe3c6c04
log = debug
2015-11-16 15:11:37 +00:00
[db]
host = 127.0.0.1
port = 3306
user = jumpserver
2015-11-29 08:56:39 +00:00
password = mysql234
2015-11-16 15:11:37 +00:00
database = jumpserver
[websocket]
2015-12-18 10:35:07 +00:00
web_socket_host = 192.168.244.129:3000
2015-11-16 15:11:37 +00:00
[mail]
mail_enable = 1
2015-12-18 10:35:07 +00:00
email_host = smtp.qq.com
2015-12-15 09:35:02 +00:00
email_port = 25
2015-12-18 10:35:07 +00:00
email_host_user = ibuler@qq.com
email_host_password = Hudie117...qq
2015-11-16 15:11:37 +00:00
email_use_tls = True
2015-12-18 10:35:07 +00:00