Skip to content

Commit

Permalink
Use json with comments
Browse files Browse the repository at this point in the history
  • Loading branch information
LiteApplication committed Mar 31, 2022
1 parent f481951 commit a399713
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Additionally you can start the server by running the file located in `src/server
### Customizable Settings
The game now includes support for settings modification. This can be done by editing `settings.json`. Keep in mind that you will need to restart the server for modifications to take effect. \
Here are the default settings in JSON with some informations :
```json
```jsonc
{
"server_port": 8080, // The port on which the server is available
// Some ports like 80 require an elevation, in that case launch the server as root
Expand Down

0 comments on commit a399713

Please sign in to comment.