mirror of
https://github.com/Growstuff/growstuff.git
synced 2026-05-08 07:43:49 -04:00
Swap tokens
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user