Skip to content

Commit 561324e

Browse files
authored
Merge pull request #371 from isc-zkrowiak/patch-1
Update Configuration.md
2 parents ded0326 + cd6b3df commit 561324e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/Configuration.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ To configure a server, enter something like this:
4848
"host": "localhost",
4949
"port": 52774,
5050
},
51-
"username": "_SYSTEM",
51+
"username": "_SYSTEM",
5252
},
5353
},
5454
```
@@ -118,4 +118,4 @@ The components of this export definition are:
118118
- **category** - Category of source code to export: `CLS` = classes; `RTN` = routines; `CSP` = csp files; `OTH` = other. The default is `*` which exports everything.
119119
- **noStorage** - Strip the storage definition on export. Can be useful when working across multiple systems.
120120
- **dontExportIfNoChanges** - Do not rewrite the local file if the content is identical to what came from the server.
121-
- **maxConcurrentConnections** - The maximum number of concurrent export connections. (0 = unlimited)
121+
- **maxConcurrentConnections** - The maximum number of concurrent export connections. (0 = unlimited)

0 commit comments

Comments
 (0)