mirror of
https://github.com/kuhyx/signal-bot.git
synced 2026-07-04 13:23:07 +02:00
chore: added env sample file
This commit is contained in:
parent
470cc14c24
commit
cd606cf452
12
.env.sample
Normal file
12
.env.sample
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
# Linked using qr code
|
||||||
|
PRIMARY_PHONE_NUMBER=
|
||||||
|
# Fallback if the first one fails
|
||||||
|
SECONDARY_PHONE_NUMBER=
|
||||||
|
# https://thecatapi.com/#pricing Possibly not needed
|
||||||
|
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=
|
||||||
|
# DBG for debug, PRD for Production ( ;-) ) ready
|
||||||
|
MODE=DBG
|
||||||
Loading…
Reference in New Issue
Block a user