Skip to content

Commit 828557d

Browse files
committed
config file, added 'port' setting
1 parent 96480f5 commit 828557d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ module.exports = config;
1515
config.domains = ["pastebin.com"]; // pastebin/etc domans
1616
config.dbFilename = "database.db"; // the database file to store the collection
1717
config.history = false; // archive chat history on login
18+
config.port = 8080; // the port to server the http frontend on
1819
config.token = "PUT YOUR TOKEN HERE"; // discord login token
1920
```
2021

0 commit comments

Comments
 (0)