add subdomain
This commit is contained in:
parent
cf00671123
commit
642a82f36a
|
|
@ -69,6 +69,7 @@ JamAdmin::Application.configure do
|
||||||
# Show the logging configuration on STDOUT
|
# Show the logging configuration on STDOUT
|
||||||
config.show_log_configuration = false
|
config.show_log_configuration = false
|
||||||
|
|
||||||
|
config.recurly_subdomain = 'jamkazam'
|
||||||
config.aws_bucket_public = 'jamkazam-public'
|
config.aws_bucket_public = 'jamkazam-public'
|
||||||
config.aws_bucket = 'jamkazam'
|
config.aws_bucket = 'jamkazam'
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -47,4 +47,5 @@ JamAdmin::Application.configure do
|
||||||
config.recurly_private_api_key = '4631527f203b41848523125b3ae51341'
|
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.
|
# 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_public_api_key = 'sc-s6G2OA80Rwyvsb1RmS3mAE'
|
||||||
|
config.recurly_subdomain = 'jamkazam-test'
|
||||||
end
|
end
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue