lqfjun commited on
Commit
bb85f58
1 Parent(s): 99fca03

Update start_server.sh

Browse files
Files changed (1) hide show
  1. start_server.sh +1 -1
start_server.sh CHANGED
@@ -2,6 +2,6 @@
2
 
3
  # For mlock support
4
  ulimit -l unlimited
5
- ./wgrest --static-auth-token "secret" --listen "127.0.0.1:7860"
6
  #python -B api1.py
7
  #gunicorn --bind 0.0.0.0:7860 wsgi:app
 
2
 
3
  # For mlock support
4
  ulimit -l unlimited
5
+ ./wgrest --static-auth-token "secret" --listen "0.0.0.0:7860"
6
  #python -B api1.py
7
  #gunicorn --bind 0.0.0.0:7860 wsgi:app