mirror of
https://github.com/CommunitySolidServer/CommunitySolidServer.git
synced 2024-10-03 14:55:10 +00:00
docs: Correct typo in README.md
This commit is contained in:
parent
96df1493bc
commit
5e0f2e1e95
@ -100,7 +100,7 @@ to some commonly used settings:
|
|||||||
| parameter name | default value | description |
|
| parameter name | default value | description |
|
||||||
| -------------- | ------------- | ----------- |
|
| -------------- | ------------- | ----------- |
|
||||||
| `--port, -p` | `3000` | The TCP port on which the server runs. |
|
| `--port, -p` | `3000` | The TCP port on which the server runs. |
|
||||||
| `--baseUrl. -b` | `http://localhost:$PORT/` | The public URL of your server. |
|
| `--baseUrl, -b` | `http://localhost:$PORT/` | The public URL of your server. |
|
||||||
| `--loggingLevel, -l` | `info` | The detail level of logging; useful for debugging problems. |
|
| `--loggingLevel, -l` | `info` | The detail level of logging; useful for debugging problems. |
|
||||||
| `--config, -c` | `@css:config/default.json` | The configuration for the server. The default only stores data in memory; to persist to your filesystem, use `@css:config/file.json` |
|
| `--config, -c` | `@css:config/default.json` | The configuration for the server. The default only stores data in memory; to persist to your filesystem, use `@css:config/file.json` |
|
||||||
| `--rootFilePath, -f` | `./` | Root folder of the server, when using a file-based configuration. |
|
| `--rootFilePath, -f` | `./` | Root folder of the server, when using a file-based configuration. |
|
||||||
|
Loading…
x
Reference in New Issue
Block a user