Skip to content

Commit b0ab1e1

Browse files
committed
guide the user to modify the EnableWebSetup value instead of adding it
1 parent 53c8bc6 commit b0ab1e1

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

_articles/extended-usage/dynamsoft-service-configuration.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -122,10 +122,11 @@ When a request comes from a different origin, a CORS error message will be displ
122122

123123
The service provides a web page to know its status and make basic configurations. You can access it through <http://127.0.0.1:18625>.
124124

125-
For security reasons, the web setup is disabled by default. You can add the following line to `DSConfiguration.ini` to enable it.
125+
For security reasons, the web setup is disabled by default. You modify the following line in `DSConfiguration.ini` to enable it. If you cannot find the line, you can add it manually.
126126

127-
```
128-
EnableWebSetup=TRUE
127+
```diff
128+
- EnableWebSetup=FALSE
129+
+ EnableWebSetup=TRUE
129130
```
130131

131132
Screenshots:

0 commit comments

Comments
 (0)