Skip to content

Commit

Permalink
Added the new config options to the readme
Browse files Browse the repository at this point in the history
  • Loading branch information
RappyTV committed Apr 9, 2023
1 parent e44d62e commit c16d24c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ Your [src/config.json](https://github.com/UltronDevelopment/discord.id/blob/mast
{
"port": 10000,
"token": "",
"theme": "#ff0000",
"hover": "#ff7777",
"ssl": {
"useSSL": true,
"port": 11000,
Expand All @@ -26,6 +28,8 @@ Your [src/config.json](https://github.com/UltronDevelopment/discord.id/blob/mast
```
- `port` - The http port
- `token` - Your bot's token (you can't fetch users without a bot token)
- `theme` - The color of the button and navbar
- `hover` - The color of the button when hovering over it
- `ssl.useSSL` - If the server should use an SSL certificate
- `ssl.port` - The https port
- `ssl.cert` - The path to your fullchain certificate file
Expand Down

0 comments on commit c16d24c

Please sign in to comment.