mirror of https://github.com/jumpserver/jumpserver
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
24 lines
384 B
24 lines
384 B
#coding: utf8 |
|
|
|
[base] |
|
url = http://127.0.0.1 |
|
key = 88aaaf7ffe3c6c04 |
|
log = debug |
|
|
|
[db] |
|
host = 127.0.0.1 |
|
port = 3306 |
|
user = jumpserver |
|
password = mysql234 |
|
database = jumpserver |
|
|
|
[websocket] |
|
web_socket_host = j:3000 |
|
|
|
[mail] |
|
mail_enable = 1 |
|
email_host = smtp.exmail.qq.com |
|
email_port = 25 |
|
email_host_user = noreply@jumpserver.org |
|
email_host_password = jumpserver1234 |
|
email_use_tls = True
|
|
|