Skip to content

Commit

Permalink
Documented env variables
Browse files Browse the repository at this point in the history
  • Loading branch information
etagwerker committed Feb 17, 2021
1 parent 4b1b3ec commit e943882
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit e943882

Please sign in to comment.