Add documentation on "Join discord" configuration

This commit is contained in:
Stubenhocker1399
2019-09-08 00:34:00 +02:00
parent 9f30d98895
commit 549f9df5f9
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -140,6 +140,7 @@ Add `config.json` file in root directory with following content. You can use `co
```javascript
{
"title": "Pony Town",
"discordLink": "https://discordapp.com/invite/<invite_code>", // optional
"twitterLink": "https://twitter.com/<twitter_name>", // optional
"contactEmail": "<your_contact_email>",
"port": 8090,
+1
View File
@@ -1,5 +1,6 @@
{
"title": "Your Town",
"discordLink": "<LINK_TO_DISCORD_INVITE>",
"twitterLink": "<LINK_TO_TWITTER>",
"contactEmail": "[email protected]",
"port": 8090,