jumpserver/jumpserver.conf

25 lines
376 B
Plaintext
Raw Normal View History

2015-11-16 15:11:37 +00:00
#coding: utf8
[base]
2015-12-15 09:35:02 +00:00
url = http://j
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-15 09:35:02 +00:00
web_socket_host = j:3000
2015-11-16 15:11:37 +00:00
[mail]
mail_enable = 1
2015-12-15 09:35:02 +00:00
email_host = smtp.exmail.qq.com
email_port = 25
email_host_user = noreply@jumpserver.org
email_host_password = jumpserver1234
2015-11-16 15:11:37 +00:00
email_use_tls = True