Files
git-agent-sync/templates/default/.env.template
7000pctAUTO cb9b9679a7
Some checks failed
CI / test (push) Has been cancelled
fix: Add missing templates directory
2026-02-03 08:12:39 +00:00

9 lines
280 B
Plaintext

# Environment template for agent workspace
# This file is processed and copied to .env in the workspace
AGENT_ID={agentName}
WORKSPACE_PATH={workspacePath}
AGENT_WORKSPACE={workspacePath}
GIT_USER_EMAIL={gitUserEmail}
GIT_USER_NAME={gitUserName}
AGENT_CREATED_AT={agentCreatedAt}