mirror of
https://github.com/kuhyx/signal-bot.git
synced 2026-07-04 13:23:07 +02:00
15 lines
523 B
Plaintext
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 |