Sha256: 92f8ae39ce791eb1bfc923298b59a2b9f193b4024cce8ec687a866482d9af25d
Contents?: true
Size: 469 Bytes
Versions: 2
Compression:
Stored size: 469 Bytes
Contents
# frozen_string_literal: true Sandboxy.configure do |config| # Set your environment default. This is the environment that your app boots # with. By default it gets refreshed with every new request to your server. # Takes a string. # config.default = 'live' # Retain your current app environment on new requests. If set to `false`, your # app will return to your default environment on every new request. Takes a # boolean. # config.retain = false end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
sandboxy-3.0.2 | lib/generators/templates/initializer.rb |
sandboxy-3.0.1 | lib/generators/templates/initializer.rb |