Yabin Li
2023-10-23 6eb0dfced4ab87b3fd831affd806aad84d37dc1f
funasr/runtime/docs/SDK_advanced_guide_offline_en.md
@@ -79,7 +79,8 @@
  --io-thread-num  8 \
  --port 10095 \
  --certfile  ../../../ssl_key/server.crt \
  --keyfile ../../../ssl_key/server.key
  --keyfile ../../../ssl_key/server.key \
  --hotwordsfile ../../hotwords.txt
 ```
Introduction to run_server.sh parameters: 
@@ -98,6 +99,7 @@
--io-thread-num: Number of IO threads that the server starts. Default is 1.
--certfile <string>: SSL certificate file. Default is ../../../ssl_key/server.crt. If you want to close ssl,set 0
--keyfile <string>: SSL key file. Default is ../../../ssl_key/server.key. 
--hotwordsfile   Hotword file path, one line for each hot word, if the client provides hot words, then combined with the hot words provided by the client. Default is ../../hotwords.txt
```
### Shutting Down the FunASR Service