mirror of
https://github.com/jumpserver/jumpserver.git
synced 2025-08-24 17:09:26 +00:00
bugfix
This commit is contained in:
parent
99313cd2db
commit
24415f5b24
@ -16,4 +16,4 @@ ldap_host = ldap://127.0.0.1:389
|
|||||||
ldap_base_dn = dc=yolu,dc=com
|
ldap_base_dn = dc=yolu,dc=com
|
||||||
admin_cn = cn=admin,dc=yolu,dc=com
|
admin_cn = cn=admin,dc=yolu,dc=com
|
||||||
admin_pass = VNLqNCjpNBIetEoCA2h3
|
admin_pass = VNLqNCjpNBIetEoCA2h3
|
||||||
web_socket_host = 172.10.10.9
|
web_socket_host = 172.10.10.9:3000
|
@ -39,7 +39,7 @@
|
|||||||
{% endfor %}
|
{% endfor %}
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</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 >
|
<script >
|
||||||
|
Loading…
Reference in New Issue
Block a user