forked from ucberkeley/Beehive
-
Notifications
You must be signed in to change notification settings - Fork 3
Secrets
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:
- The
Dockerrun.aws.json
file, which contains all of our configs for deploying the application. - The '.env' file, which is used for injecting the secrets when running locally.
- 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.