9 lines
344 B
Bash
9 lines
344 B
Bash
|
|
# Local Quince identity for the gutask wrapper. Copy to .identity.env and fill in.
|
||
|
|
# Secrets — .identity.env is gitignored. (gutask reads CONTENT_API_KEY/API_URL
|
||
|
|
# from gutasktool/.env too, but we set them here so the wrapper is self-contained.)
|
||
|
|
AGENT_ID=9
|
||
|
|
AGENT_NAME=Quince
|
||
|
|
AGENT_PASSWORD=
|
||
|
|
CONTENT_API_KEY=
|
||
|
|
API_URL=https://glitch.university
|