diff --git a/.gitignore b/.gitignore index 83b10c3b6..27e3c51cb 100644 --- a/.gitignore +++ b/.gitignore @@ -51,3 +51,5 @@ yarn-debug.log* /yarn-error.log # Ignore application configuration /config/application.yml + +/config/master.key diff --git a/Gemfile b/Gemfile index d8fdf9b58..c99e9c224 100644 --- a/Gemfile +++ b/Gemfile @@ -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' @@ -108,6 +110,3 @@ gem 'activerecord-nulldb-adapter' # improved JSON rendering performance gem 'oj' - -# Figaro -gem 'figaro', '~> 1.1', '>= 1.1.1' diff --git a/config/application.yml b/config/application.yml deleted file mode 100644 index a7924739d..000000000 --- a/config/application.yml +++ /dev/null @@ -1,13 +0,0 @@ -# Add configuration values here, as shown below. -# -# pusher_app_id: "2954" -# pusher_key: 7381a978f7dd7f9a1117 -# pusher_secret: abdc3b896a0ffb85d373 -# stripe_api_key: sk_test_2J0l093xOyW72XUYJHE4Dv2r -# stripe_publishable_key: pk_test_ro9jV5SNwGb1yYlQfzG17LHK -# -# production: -# stripe_api_key: sk_live_EeHnL644i6zo4Iyq4v1KdV9H -# stripe_publishable_key: pk_live_9lcthxpSIHbGwmdO941O1XVU - -easypost_API_key: 'EZTK7270f23638e14253bf4e30387c4f499cugiat2qUebiG6wIrqaDiZw' diff --git a/config/credentials.yml.enc b/config/credentials.yml.enc new file mode 100644 index 000000000..8b965135b --- /dev/null +++ b/config/credentials.yml.enc @@ -0,0 +1 @@ +w6SvQEIsm+7b9FRHUsotbvLup9zT3rLVZhloSlRvNGzUORyaExkMmSN+XARUQEgk26OspQ+CJc7RJLUPS8YbYa6j1Fu5XQuPW4wH7+TKixMJ2oEEpTmba3scSdGM4VNgd8+XP4BL6ztVXqNXd5baT14o2Ym8i64Nr3xS9ndRRTb9HrO0wndONScADkeZ4b7h28pESWlW4XzSQu7gAKiDqYE9W4lNj7ops1mpArl5RGiGfxKeMazDTu/TOCSQRPzssLRuQnF5GChNERgLn/ITe2E0KXLqMQxDXPOR55kkITGH3JzxVR0NST3FkkaaoE5/v2mPl8oYPRHSRVo6jE9iC8gPX+gzVs9plu2OWCLpMaOIu/D4zt02q0DbZHLK4CO5NPSKDDtQSb8VONX27VlM/lre9Wa9yS7j9YrC--/wC69OritrlrRuFu--VLDGu0df2BZT7RDFyHtjwQ== \ No newline at end of file