Sha256: 590d6c7d1e7630fe529f992e4f8e31de2b1c2303668e7eec5889108f78e56b13
Contents?: true
Size: 591 Bytes
Versions: 2
Compression:
Stored size: 591 Bytes
Contents
# ---------- # Sandboxy # ---------- # Set your environment default: Must be either `live` or `sandbox`. # This is the environment that your app boots with. # By default it gets refreshed with every new request to your server. # environment: 'live' # Specify whether to retain your current app environment on new requests. # If set to true, your app will only load your environment default when starting. # Every additional switch of your environment at runtime will then not be automatically resolved to your environment default on a new request. # retain_environment: false
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
sandboxy-1.1.1 | examples/rails_example/config/sandboxy.yml |
sandboxy-1.1.0 | examples/rails_example/config/sandboxy.yml |