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" } ```