Files
git-agent-sync/templates/default/.env.template
7000pctAUTO a649a9b4c9
Some checks failed
/ test (push) Has been cancelled
Add integration tests and templates
2026-02-03 08:23:58 +00:00

19 lines
405 B
Plaintext

# Environment template for agent workspaces
# Agent identification
AGENT_ID={agentName}
WORKSPACE_PATH={workspacePath}
AGENT_WORKSPACE={workspacePath}
# Git user configuration (set by git-agent-sync)
GIT_USER_NAME={gitUserName}
GIT_USER_EMAIL={gitUserEmail}
# Agent metadata
AGENT_CREATED_AT={createdAt}
# Custom environment variables can be added below
# Example:
# API_KEY=your-api-key
# DEBUG=true