From 64fceb9c386ef703ab5c1e64a839204cc4176b56 Mon Sep 17 00:00:00 2001 From: Stefan Zermatten Date: Thu, 10 Jun 2021 15:19:14 +0200 Subject: [PATCH] Added environmental variables to readme for self-hosting --- README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/README.md b/README.md index c1dd7f4c..e7d3b9f3 100644 --- a/README.md +++ b/README.md @@ -66,5 +66,20 @@ You should see this: => App running at: http://localhost:3000/ ``` +Environmental Variables +----------------------- + +``` +MAIL_URL=smtp:// +METEOR_SETTINGS={ "public": { "environment": "production", "patreon": { "clientId": "", "campaignId": "" } }, "patreon": { "clientSecret": "", "creatorAccessToken": "" } } +MONGO_OPLOG_URL=mongodb+srv:// +MONGO_URL=mongodb+srv:// +NPM_CONFIG_PRODUCTION=true +PROJECT_DIR=app +ROOT_URL=https:// +DEFAULT_LIBRARIES= +DISABLE_PATREON=<"true" if you want to prevent features being locked behind Patreon tiers> +``` + Now, visiting [](http://localhost:3000/) should show you an empty instance of DiceCloud running.