signal-bot/.env.sample
copilot-swe-agent[bot] 674b08d79f Add deployment script, debug mode, unit tests, and auto-deploy workflow
Co-authored-by: kuhyx <147418882+kuhyx@users.noreply.github.com>
2025-12-01 15:18:45 +00:00

15 lines
523 B
Plaintext

# Phone number linked using QR code to the Signal CLI REST API
PHONE_NUMBER=
# https://thecatapi.com/#pricing - Optional, can be left blank
CAT_API=
# For receiving group messages, can be found manually by looking at received messages
GROUP_ID=
# For sending group messages, can be found manually by looking at received messages
GROUP_ID_SEND=
# Mode: DBG for debug mode (send/receive via "note to self"), PRD for production
# In debug mode, all commands are sent and received locally via your own phone number
MODE=DBG