Swap tokens

This commit is contained in:
Daniel O'Connor
2016-08-15 21:53:17 +09:30
parent e38321aa33
commit d8ad697d09
3 changed files with 3 additions and 3 deletions

View File

@@ -61,7 +61,7 @@ Growstuff::Application.configure do
# this config variable cannot be put in application.yml as it is needed
# by the assets pipeline, which doesn't have access to ENV.
config.mapbox_map_id = 'growstuff.i3n2il6a'
config.mapbox_access_token = 'pk.eyJ1IjoiZG9jb25ub3IiLCJhIjoiY2lyNXVoZzM3MDA5eGcxbm5hc3MxbHVsaSJ9.WMxl50FaD29gWKURbdcBCw'
config.mapbox_access_token = 'pk.eyJ1IjoiZ3Jvd3N0dWZmIiwiYSI6IkdxMkx4alUifQ.n0igaBsw97s14zMa0lwKCA'
config.after_initialize do
ActiveMerchant::Billing::Base.mode = :test

View File

@@ -89,7 +89,7 @@ Growstuff::Application.configure do
# this config variable cannot be put in application.yml as it is needed
# by the assets pipeline, which doesn't have access to ENV.
config.mapbox_map_id = 'growstuff.i3n2c4ie'
config.mapbox_access_token = 'pk.eyJ1IjoiZG9jb25ub3IiLCJhIjoiY2lyNXVoZzM3MDA5eGcxbm5hc3MxbHVsaSJ9.WMxl50FaD29gWKURbdcBCw'
config.mapbox_access_token = ' pk.eyJ1IjoiZ3Jvd3N0dWZmIiwiYSI6IkdxMkx4alUifQ.n0igaBsw97s14zMa0lwKCA'
config.after_initialize do
ActiveMerchant::Billing::Base.mode = :production

View File

@@ -87,7 +87,7 @@ Growstuff::Application.configure do
# this config variable cannot be put in application.yml as it is needed
# by the assets pipeline, which doesn't have access to ENV.
config.mapbox_map_id = 'growstuff.i3n2hao7'
config.mapbox_access_token = 'pk.eyJ1IjoiZG9jb25ub3IiLCJhIjoiY2lyNXVoZzM3MDA5eGcxbm5hc3MxbHVsaSJ9.WMxl50FaD29gWKURbdcBCw'
config.mapbox_access_token = 'pk.eyJ1IjoiZ3Jvd3N0dWZmIiwiYSI6IkdxMkx4alUifQ.n0igaBsw97s14zMa0lwKCA'
config.after_initialize do
ActiveMerchant::Billing::Base.mode = :test