Skip to content

Commit

Permalink
Merge pull request #896 from rubyforgood/remove-credentials
Browse files Browse the repository at this point in the history
Drop credentials.yml.enc
  • Loading branch information
solebared authored Mar 11, 2021
2 parents 5bb5a1a + 273bf22 commit d17e84f
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .env
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# Do not place any sensitive credentials in this file
# See [.dotenv docs](https://github.com/bkeepers/dotenv#what-other-env-files-can-i-use) for how to override values for dev/test

# Not necessary in dev|test but needs to be set in any prod environment (use `bin/rails secret` to generate a new one)
# SECRET_KEY_BASE=674f41bcbdefa10e443f1161188296a048d837cc83aaa62ee1714a100e1a2e59638ed3206d4a4471c24456383904a250ea39474d4e650a17f484bdae5b88abe6

# system name & email
SYSTEM_APP_NAME=mutual-aid-app
SYSTEM_EMAIL=mutualaidtesting@example.com
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ We're still in the [initial development phase](https://www.jering.tech/articles/

This changelog also serves to acknowledge the incredible people who've contributed brilliance, effort and being. Their handles are listed under the first release they each touched. 💗🙏🏾

## [Unreleased]
### Development notes
* Remove `credentials.yml.enc` #896

## [0.4.0] - 2021-03-03
### Breaking changes
* All users prior to this change now need to have their permission level set. Use the `make_users_admins` rake task to give existing users admin privileges #853
Expand Down
1 change: 0 additions & 1 deletion config/credentials.yml.enc

This file was deleted.

0 comments on commit d17e84f

Please sign in to comment.