From b87b808eb2e19437f98d84288a87ae518ec383df Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Tatarynowicz?= Date: Tue, 21 Sep 2021 09:28:28 +0200 Subject: [PATCH] Change figaro to rails credentials --- .gitignore | 3 +++ Gemfile | 5 ++--- config/application.yml | 13 ------------- 3 files changed, 5 insertions(+), 16 deletions(-) delete mode 100644 config/application.yml diff --git a/.gitignore b/.gitignore index 83b10c3b..3be6f12d 100644 --- a/.gitignore +++ b/.gitignore @@ -51,3 +51,6 @@ yarn-debug.log* /yarn-error.log # Ignore application configuration /config/application.yml + +/config/master.key +/config/credentials.yml.enc diff --git a/Gemfile b/Gemfile index d8fdf9b5..c99e9c22 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 a7924739..00000000 --- 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'