From d7b1ca64964d7d1897041ae5613c0241fdd0c2cd Mon Sep 17 00:00:00 2001 From: PineappleFan Date: Sat, 30 Jul 2022 22:03:35 +0100 Subject: [PATCH] Update SELF_HOSTING.md --- SELF_HOSTING.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/SELF_HOSTING.md b/SELF_HOSTING.md index 4511e43..86f267c 100644 --- a/SELF_HOSTING.md +++ b/SELF_HOSTING.md @@ -41,6 +41,8 @@ Alternatively, you can run `Installer.js` to generate it for you. "mongoUrl": "mongodb://your-mongo-ip-and-port", "baseUrl": "your website url, e.g. https://clicks.codes", "pastebinApiKey": "your-pastebin-api-key" + "pastebinUsername": "your-pastebin-username" + "pastebinPassword": "your-pastebin-password" } ```