Skip to content

Commit

Permalink
change figaro to rails credentials
Browse files Browse the repository at this point in the history
  • Loading branch information
RubyDiver committed Sep 21, 2021
1 parent f6f919b commit a997ec1
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 16 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -51,3 +51,5 @@ yarn-debug.log*
/yarn-error.log
# Ignore application configuration
/config/application.yml

/config/master.key
5 changes: 2 additions & 3 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ gem 'pg'
gem 'sass-rails'
# Use Uglifier as compressor for JavaScript assets
gem 'uglifier'
# Used for locating stores
gem 'geocoder', '~> 1.6', '>= 1.6.7'

gem 'mini_racer'

Expand Down Expand Up @@ -108,6 +110,3 @@ gem 'activerecord-nulldb-adapter'

# improved JSON rendering performance
gem 'oj'

# Figaro
gem 'figaro', '~> 1.1', '>= 1.1.1'
13 changes: 0 additions & 13 deletions config/application.yml

This file was deleted.

1 change: 1 addition & 0 deletions config/credentials.yml.enc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
w6SvQEIsm+7b9FRHUsotbvLup9zT3rLVZhloSlRvNGzUORyaExkMmSN+XARUQEgk26OspQ+CJc7RJLUPS8YbYa6j1Fu5XQuPW4wH7+TKixMJ2oEEpTmba3scSdGM4VNgd8+XP4BL6ztVXqNXd5baT14o2Ym8i64Nr3xS9ndRRTb9HrO0wndONScADkeZ4b7h28pESWlW4XzSQu7gAKiDqYE9W4lNj7ops1mpArl5RGiGfxKeMazDTu/TOCSQRPzssLRuQnF5GChNERgLn/ITe2E0KXLqMQxDXPOR55kkITGH3JzxVR0NST3FkkaaoE5/v2mPl8oYPRHSRVo6jE9iC8gPX+gzVs9plu2OWCLpMaOIu/D4zt02q0DbZHLK4CO5NPSKDDtQSb8VONX27VlM/lre9Wa9yS7j9YrC--/wC69OritrlrRuFu--VLDGu0df2BZT7RDFyHtjwQ==

0 comments on commit a997ec1

Please sign in to comment.