mirror of
https://github.com/Terncode/pixel.horse.git
synced 2026-09-24 13:55:04 +02:00
41 lines
945 B
JSON
41 lines
945 B
JSON
{
|
|
"title": "Your Town",
|
|
"discordLink": "<LINK_TO_DISCORD_INVITE>",
|
|
"twitterLink": "<LINK_TO_TWITTER>",
|
|
"contactEmail": "[email protected]",
|
|
"contactDiscord": "your_contact_discord#0000",
|
|
"port": 8090,
|
|
"adminPort": 8091,
|
|
"host": "http://localhost:8090/",
|
|
"local": "localhost:8090",
|
|
"adminLocal": "localhost:8091",
|
|
"proxy": false,
|
|
"secret": "<some_random_string_here>",
|
|
"token": "<some_other_random_string_here>",
|
|
"db": "mongodb://<username>:<password>@localhost:27017/<database_name>",
|
|
"oauth": {
|
|
"google": {
|
|
"clientID": "<CLIENT_ID_HERE>",
|
|
"clientSecret": "<CLIENT_SECRET_HERE>"
|
|
}
|
|
},
|
|
"assetsPath": "assets-source",
|
|
"season": "spring",
|
|
"holiday": "none",
|
|
"servers": [
|
|
{
|
|
"id": "test",
|
|
"port": 8090,
|
|
"path": "/s00/ws",
|
|
"local": "localhost:8090",
|
|
"name": "Test server",
|
|
"season": "spring",
|
|
"holiday": "none",
|
|
"desc": "Testing server",
|
|
"flags": {
|
|
"test": true
|
|
}
|
|
}
|
|
]
|
|
}
|