Project Variable Files

Undraw My Documents

About

A project variable file is a variable file that is tied to a project

  • This file should be committed to your version control system.
  • You can use the dotenv variable file to add secret variables.

Location

Default

The default location is project home/conf/variables.yml

Set

You can defined it in the project file.

Example:

default:
  variables: app/conf/variables.yml
Task Runner