fix broken table in readme

This commit is contained in:
moom0o 2023-07-01 20:08:58 -04:00 committed by GitHub
parent c3924c742e
commit aaa47d0332
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 2 deletions

View File

@ -66,8 +66,7 @@ and copy that to your config.json.
There are many options in the config file that might confuse you, so here's a simple guide (I think?) to help you get There are many options in the config file that might confuse you, so here's a simple guide (I think?) to help you get
through it. through it.
| **Keys** | **Default values** | ** | **Keys** | **Default values** | **Usage** |
Usage** |
|------------------|----------------------------|------------------------------------------------------------------------------------------------------------------------------------------------| |------------------|----------------------------|------------------------------------------------------------------------------------------------------------------------------------------------|
| `https` | `false` (boolean) | This is an option whether if you want to enable https or not, this uses boolean values. `false` = http:// and `true` = https:// | | `https` | `false` (boolean) | This is an option whether if you want to enable https or not, this uses boolean values. `false` = http:// and `true` = https:// |
| `host` | `localhost` (string) | Your host or domain, if you are hosting on a local machine, set this to `localhost`, if you are hosting this publicly, set it to your domain. | | `host` | `localhost` (string) | Your host or domain, if you are hosting on a local machine, set this to `localhost`, if you are hosting this publicly, set it to your domain. |