mirror of https://github.com/jumpserver/jumpserver
bugfix
parent
99313cd2db
commit
24415f5b24
|
@ -16,4 +16,4 @@ ldap_host = ldap://127.0.0.1:389
|
|||
ldap_base_dn = dc=yolu,dc=com
|
||||
admin_cn = cn=admin,dc=yolu,dc=com
|
||||
admin_pass = VNLqNCjpNBIetEoCA2h3
|
||||
web_socket_host = 172.10.10.9
|
||||
web_socket_host = 172.10.10.9:3000
|
|
@ -39,7 +39,7 @@
|
|||
{% endfor %}
|
||||
</tbody>
|
||||
</table>
|
||||
<script src="http://{{ web_socket_host }}:3000/socket.io/socket.io.js"></script>
|
||||
<script src="http://{{ web_socket_host }}/socket.io/socket.io.js"></script>
|
||||
|
||||
|
||||
<script >
|
||||
|
|
Loading…
Reference in New Issue