Environment Variables - waffle-ops/waffle GitHub Wiki

Note: Not be confused with the environment-variables configuration item.

Waffle supports some environment variables that allow you to change its behavior in global contexts.

WAFFLE_HOME

Waffle needs a place to store some temporary files and global configuration. Waffle will attempt to create a .waffle directory in the user's home directory. However, if you wish to change this location, you can specify one using the WAFFLE_HOME environment variable. Waffle will use this location instead if the environment variable is present.

Example:

# In ~/.bashrc
export WAFFLE_HOME=/home/myuser/apps/waffle