Skip to content

Commit 50f1188

Browse files
committed
docs: update documentation
1 parent 2ae6044 commit 50f1188

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,12 @@ A very simple webserver that serves files from your local app data.
2323

2424
## Configuration
2525

26-
Global configuration options are stored in `./Config/SharpConfig.json`
26+
Global configuration options are stored in `./Config/SharpConfig.toml`
2727

2828
- `SafeMode` : If set to true the server will respond with dummy data instead of real webpages. Great for testing the extents of the server without exposing any real info.
2929
- `PortNumber` : The port the server should bind to. On Unix family OSes ports below 1024 are *protected* and require super user permission to bind. Use `sudo` or choose a higher range port such as 8080.
3030

31-
The remote block list is stored in `bannedClients.json`
31+
The remote block list is stored in `./Config/BannedClients.toml`
3232

3333
Each entry is simply an IP that is prohibited from connecting to the server.
3434

0 commit comments

Comments
 (0)