add subdomain

This commit is contained in:
Seth Call 2020-11-29 20:15:31 -06:00
parent cf00671123
commit 642a82f36a
2 changed files with 2 additions and 0 deletions

View File

@ -69,6 +69,7 @@ JamAdmin::Application.configure do
# Show the logging configuration on STDOUT
config.show_log_configuration = false
config.recurly_subdomain = 'jamkazam'
config.aws_bucket_public = 'jamkazam-public'
config.aws_bucket = 'jamkazam'

View File

@ -47,4 +47,5 @@ JamAdmin::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'
end