From e9438829a4ddad943323a696c45822dc2f739ef6 Mon Sep 17 00:00:00 2001 From: Ernesto Tagwerker Date: Wed, 17 Feb 2021 14:07:41 -0500 Subject: [PATCH] Documented env variables --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index b67fb3f..1a08cbd 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,14 @@ You can locally setup this Rails application by calling this command: ./bin/setup ``` +## Environment Variables + +You will be able to configure the application by changing the variables in the +`.env` file: + +- ADMIN_USERNAME: Username for basic http authentication +- ADMIN_PASSWORD: Password for basic http authentication + ## Submitting Data In order to submit data to your local instance, you can do it like this: