Using Modules Environment Variables - mcuyar/station GitHub Wiki

Using environment variables is a great way to pass private information or set/configure application arguments/behavior.

Environment variables can be set both globally and locally. Variables can be passed one of two ways. As a key value array, or a key value hash.

Array

variables:
  - key: APP_ENV
    value: local

Hash

variables:
  APP_ENV: local