GitPeeks

Environment variables

Environment variables can be defined as clear or secret. Secrets must be configured in the the GitPeeks dashboard and should never be committed to Git.

Environment variables can be set on Roles, Accessories, or as root configuration. Variables set at the root level are also available to all roles.

env:
  clear:
    POSTGRES_HOST: postgres
    POSTGRES_USER: postgres
    REDIS_URL: redis://redis:6379
  secret:
    - RAILS_MASTER_KEY
    - POSTGRES_PASSWORD