Commit 24415f5b authored by guanghongwei's avatar guanghongwei

bugfix

parent 99313cd2
...@@ -16,4 +16,4 @@ ldap_host = ldap://127.0.0.1:389 ...@@ -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
\ No newline at end of file \ No newline at end of file
...@@ -39,7 +39,7 @@ ...@@ -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 >
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment