* adding db 1/0 to test mode

This commit is contained in:
Seth Call 2014-04-23 21:52:35 +00:00
parent 3921324b32
commit f9e035e621
2 changed files with 4 additions and 0 deletions

View File

@ -40,4 +40,6 @@ JamAdmin::Application.configure do
config.twitter_app_id = 'e7hGc71gmcBgo6Wvdta6Sg'
config.twitter_app_secret = 'PfG1jAUMnyrimPcDooUVQaJrG1IuDjUyGg5KciOo'
config.redis_host = "localhost:6379:1" # go to another db to not cross pollute into dev/production redis dbs
end

View File

@ -51,6 +51,8 @@ SampleApp::Application.configure do
# through jam-admin, then jam-web can point users at it. I think 99% of devs won't even see or care about this config, and 0% of users
config.jam_admin_root_url = 'http://localhost:3333'
config.redis_host = "localhost:6379:1" # go to another db to not cross pollute into dev/production redis dbs
config.storage_type = :file
config.aws_bucket = 'jamkazam-testing'