mirror of https://github.com/jumpserver/jumpserver
modify(jumpserver.conf) 修改jumpserver.conf默认配置
django和tornado统一入口后,配置默认启动端口80 websocket和web都使用该端口pull/97/head
parent
725405e4fd
commit
cba53bba55
|
@ -1,9 +1,9 @@
|
||||||
[base]
|
[base]
|
||||||
url = http://192.168.244.129
|
url = http://192.168.244.129
|
||||||
websocket_url = ws://192.168.244.129
|
websocket_url = ws://192.168.244.129
|
||||||
key = 88aaaf7ffe3c6c04
|
key = i6k2zeu8x6mncl76
|
||||||
ip = 127.0.0.1
|
ip = 0.0.0.0
|
||||||
port = 8080
|
port = 80
|
||||||
log = debug
|
log = debug
|
||||||
|
|
||||||
[db]
|
[db]
|
||||||
|
@ -15,9 +15,9 @@ database = jumpserver
|
||||||
|
|
||||||
[mail]
|
[mail]
|
||||||
mail_enable = 1
|
mail_enable = 1
|
||||||
email_host = smtp.qq.com
|
email_host = smtp.exmail.qq.com
|
||||||
email_port = 25
|
email_port = 25
|
||||||
email_host_user = xxxxxxxx@qq.com
|
email_host_user = noreply@jumpserver.org
|
||||||
email_host_password = xxxxxx
|
email_host_password = xxxxxxxxxx
|
||||||
email_use_tls = True
|
email_use_tls = True
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue