6 lines
432 B
Bash
6 lines
432 B
Bash
# Copy this file to `.env` (same directory as triggershell.yml) and set a real value.
|
|||
|
|
# TriggerShell loads .env automatically from the config file's directory and makes its
|
||
|
|
# variables available to ${VAR} interpolation in the config - this is how secrets like
|
||
|
|
# sessionSecret should be kept out of the config file (and out of version control).
|
||
|
|
TRIGGERSHELL_SESSION_SECRET=dev-only-insecure-session-secret-change-me-before-deploying
|