Skip to content

Commit

Permalink
fix: remove unnecessary code block syntax from config.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
PlusOne committed Jan 2, 2025
1 parent d3868da commit ba7f445
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions config.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
```
[server]
listenport = "8080"
unixsocket = false
Expand Down Expand Up @@ -79,5 +78,4 @@ numworkers = 4
uploadqueuesize = 5000

[build]
version = "v2.5"
```
version = "v2.5"

0 comments on commit ba7f445

Please sign in to comment.