mirror of
https://github.com/Terncode/pixel.horse.git
synced 2026-09-24 21:55:52 +02:00
Add documentation on "Join discord" configuration
This commit is contained in:
@@ -140,6 +140,7 @@ Add `config.json` file in root directory with following content. You can use `co
|
|||||||
```javascript
|
```javascript
|
||||||
{
|
{
|
||||||
"title": "Pony Town",
|
"title": "Pony Town",
|
||||||
|
"discordLink": "https://discordapp.com/invite/<invite_code>", // optional
|
||||||
"twitterLink": "https://twitter.com/<twitter_name>", // optional
|
"twitterLink": "https://twitter.com/<twitter_name>", // optional
|
||||||
"contactEmail": "<your_contact_email>",
|
"contactEmail": "<your_contact_email>",
|
||||||
"port": 8090,
|
"port": 8090,
|
||||||
|
|||||||
@@ -1,5 +1,6 @@
|
|||||||
{
|
{
|
||||||
"title": "Your Town",
|
"title": "Your Town",
|
||||||
|
"discordLink": "<LINK_TO_DISCORD_INVITE>",
|
||||||
"twitterLink": "<LINK_TO_TWITTER>",
|
"twitterLink": "<LINK_TO_TWITTER>",
|
||||||
"contactEmail": "[email protected]",
|
"contactEmail": "[email protected]",
|
||||||
"port": 8090,
|
"port": 8090,
|
||||||
|
|||||||
Reference in New Issue
Block a user