Skip to content

Commit

Permalink
add options for voltrb/volt-mongo#2
Browse files Browse the repository at this point in the history
  • Loading branch information
Denny Mueller committed Jul 26, 2015
1 parent 0725418 commit 8757df2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions templates/project/config/app.rb.tt
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,8 @@ Volt.configure do |config|
# config.db_name = (config.app_name + '_' + Volt.env.to_s)
# config.db_host = 'localhost'
# config.db_port = 27017
# config.db_user = 'username'
# config.db_password = 'password'

#####################
# Compression options
Expand Down

0 comments on commit 8757df2

Please sign in to comment.