Skip to content
Rick Zhang edited this page Aug 11, 2020 · 1 revision

Our team's secret files, which aren't checked in to our main repo, are here: https://github.com/LEON-MING/beehive-secrets.

See the first time setup section of the Local Development page for more info on which files need to be copied over.

Essentially there are 3 main secret files, in order of importance:

  1. The Dockerrun.aws.json file, which contains all of our configs for deploying the application.
  2. The '.env' file, which is used for injecting the secrets when running locally.
  3. The database.yml file, which is required to exist by Rails but is only actually used if you intend on setting up a local testing Postgres (database) server.

Do NOT ever check these files in to the main repo (this one), which is public.

Clone this wiki locally