Sha256: 49a4c5256d9b092c65d957694eed0173a7e59a9920e0ee3e0fcabcc38ed3b8b5

Contents?: true

Size: 528 Bytes

Versions: 5

Compression:

Stored size: 528 Bytes

Contents

# Add environmental variables to this file in yaml format:
#
# development: 
#   USERNAME: "cat"
#   PASSWORD: "secret"
#
# production:
#   USERNAME: "dog"
#   PASSWORD: "stillsecret"
#
# API_KEY: "ABCXYZ"
# SECRET: "HELLO"
#
# Envious supports Rails environments so anything under production will only be loaded into the environment in production, and anything under development will only be loaded in the development environment.
# Anything outside of an environment will be loaded no matter which Rails environment you're in.

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
envious-0.3.1 lib/generators/envious/templates/environment_vars.yml
envious-0.3.0 lib/generators/envious/templates/environment_vars.yml
envious-0.2.0 lib/generators/envious/templates/environment_vars.yml
envious-0.1.1 lib/generators/envious/templates/environment_vars.yml
envious-0.1.0 lib/generators/envious/templates/environment_vars.yml