From 77fb6e4d2721eb852c161613c477336a43d00b84 Mon Sep 17 00:00:00 2001 From: ObeIisk Date: Mon, 10 Jul 2017 22:07:00 +0200 Subject: [PATCH] Update selfhosting.md Added a description on how to run multiple instances of the music bots on the same machine. --- public/markdown/selfhosting.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/public/markdown/selfhosting.md b/public/markdown/selfhosting.md index 8cc114c..d64333e 100644 --- a/public/markdown/selfhosting.md +++ b/public/markdown/selfhosting.md @@ -45,6 +45,8 @@ Music bot only: Fill in the Discord bot token for patron and at least one Youtub Full bot: Fill in the Discord bot token for beta and every other setting too. Set development to true in the `config.yaml`. +Multiple bots: Change the port the of the additional bots to e.g. `1357`, `1358` etc. The path is: `FredBoat/FredBoat/src/main/java/fredboat/api/API.java` Just look for `private static int PORT = 1356;`. + Example credentials.yaml file: ```yaml