mirror of https://github.com/jumpserver/jumpserver
修改jumpserver.conf注释
parent
b58ff14ed1
commit
3260584f90
|
@ -1,9 +1,9 @@
|
||||||
#coding: utf8
|
#coding: utf8
|
||||||
|
|
||||||
[base]
|
[base]
|
||||||
url = http://127.0.0.1
|
url = http://yourIP
|
||||||
key = 88aaaf7ffe3c6c04
|
key = 16位字母数字
|
||||||
log = debug
|
log = debug | warning
|
||||||
|
|
||||||
[db]
|
[db]
|
||||||
host = 127.0.0.1
|
host = 127.0.0.1
|
||||||
|
@ -13,12 +13,12 @@ password = mysql234
|
||||||
database = jumpserver
|
database = jumpserver
|
||||||
|
|
||||||
[websocket]
|
[websocket]
|
||||||
web_socket_host = j:3000
|
web_socket_host = yourIP|yourDomainName:3000
|
||||||
|
|
||||||
[mail]
|
[mail]
|
||||||
mail_enable = 1
|
mail_enable = 1
|
||||||
email_host = smtp.exmail.qq.com
|
email_host = yourSMTPHost
|
||||||
email_port = 25
|
email_port = yourSMTPHost|25
|
||||||
email_host_user = noreply@jumpserver.org
|
email_host_user = yourEmail
|
||||||
email_host_password = jumpserver1234
|
email_host_password = yourEmailPassword
|
||||||
email_use_tls = True
|
email_use_tls = True
|
||||||
|
|
Loading…
Reference in New Issue