Sha256: 1c5a1b1568db83a451ac57013e83d8b19f031e2b259633507ef1eb6095852004
Contents?: true
Size: 621 Bytes
Versions: 15
Compression:
Stored size: 621 Bytes
Contents
Volt.setup do |config| # Setup your global app config here. # The app name defaults to the folder it is run in. # config.app_name = '<%= config[:name] %>' # Database config all start with db_ and can be set either in the config # file or with an environment variable (DB_NAME for example). # config.db_driver = 'mongo' # config.db_name = (config.app_name + '_' + Volt.env.to_s) # config.db_host = 'localhost' # config.db_port = 27017 # Compression options # If you are not running behind something like nginx in production, you can # have rack deflate all files. # config.deflate = true end
Version data entries
15 entries across 15 versions & 1 rubygems