# Copy to hermes_demo.env (same directory) and fill in. That filename is # git-ignored so it can hold real tokens. Both demo drivers read it: # hermes_triage_demo.sh and hermes_code_demo.sh. # Jenkins API token: https://ci.bstein.dev -> your user -> Configure -> API Token export JENKINS_USER="your-jenkins-user" export JENKINS_TOKEN="your-jenkins-api-token" # Gitea token. The code demo needs it to clear its own demo repository on # reset and to report open pull requests during preflight; the triage demo # touches no repository and works without it. export GITEA_TOKEN="your-gitea-token" # Override only if you are not pointing at the usual lab. # export JENKINS_URL="https://ci.bstein.dev" # export GITEA_URL="https://scm.bstein.dev" # export CODE_REPO_DIR="$HOME/Development/hermes-code-demo"