From da4b2895155d6dfe7dc9c68fb112c27c2fe49f6d Mon Sep 17 00:00:00 2001 From: Prajjwal Kumar <72154721+praj44@users.noreply.github.com> Date: Wed, 30 Sep 2020 22:18:48 +0530 Subject: [PATCH] Update CONTRIB.md --- CONTRIB.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CONTRIB.md b/CONTRIB.md index 13601a5..db22e5a 100644 --- a/CONTRIB.md +++ b/CONTRIB.md @@ -8,7 +8,7 @@ The app is hosted on a Mac Mini in [MacStadium](https://macstadium.com), running In production, the app listens on a local port and is started by a launch daemon, to expose the app to the internet, Nginx is used as a proxy. All access to the website and API goes through [CloudFlare](https://cloudflare.com) which is used as a DNS provider, cache, CDN and to protect the app from abuse. -## Setting up the environment +## Setting up the better environment Building and running Sharecuts locally requires the following environment: @@ -18,7 +18,7 @@ Building and running Sharecuts locally requires the following environment: - [B2 command line tool](https://www.backblaze.com/b2/docs/quick_command_line.html) - PostgreSQL (I recommend using [Postgres.app](http://postgresapp.com)) -## Environment variables +## Environmental variables A `.env` file should be placed in the app's working directory to configure some aspects of the app, here's a brief explanation of the environment variables: @@ -50,4 +50,4 @@ A `.env` file should be placed in the app's working directory to configure some `CF_APP_URL`: The base URL for the app in CloudFlare (optional) -`CF_ENABLED`: `1` = enable CloudFlare `2` = disable CloudFlare \ No newline at end of file +`CF_ENABLED`: `1` = enable CloudFlare `2` = disable CloudFlare