Recurly subdomains for development and production.
This commit is contained in:
parent
c742a13da9
commit
16d0342b1f
|
|
@ -88,4 +88,6 @@ SampleApp::Application.configure do
|
|||
# For product = JamKazamDev
|
||||
config.youtube_developer_key = "AI39si5bPqiNc5GQHscWJh9Wl1WTAr9aZqr_YncUvaR7Kz0rgPdBVWVubHZ94xZ3KLIBqtE9mu3VZe-UpMU80QxXoC66kBNp7A"
|
||||
config.youtube_app_name = "JamKazamDev"
|
||||
|
||||
config.recurly_subdomain = 'jamkazam-development'
|
||||
end
|
||||
|
|
|
|||
|
|
@ -92,4 +92,6 @@ SampleApp::Application.configure do
|
|||
|
||||
config.twitter_app_id = 'RHv0NJod7NLCXH6Kv29LWw' # staging
|
||||
config.twitter_app_secret = 'ZjLl7rtagTozYDuKKyZNtaTQ4aGFmZPVCO8EoUJmg' # staging
|
||||
|
||||
config.recurly_subdomain = 'jamkazam'
|
||||
end
|
||||
|
|
|
|||
|
|
@ -97,6 +97,6 @@ SampleApp::Application.configure do
|
|||
config.recurly_private_api_key = '4631527f203b41848523125b3ae51341'
|
||||
# Use Public Keys to identify your site when using Recurly.js. See https://docs.recurly.com/js/#include to learn more.
|
||||
config.recurly_public_api_key = 'sc-s6G2OA80Rwyvsb1RmS3mAE'
|
||||
config.recurly_subdomain = 'jamkazam-test'
|
||||
config.recurly_subdomain = 'jamkazam-test'
|
||||
end
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue