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.