mirror of
https://github.com/nikdoof/smsbot.git
synced 2025-12-11 09:02:16 +00:00
16 lines
223 B
INI
16 lines
223 B
INI
[logging]
|
|
level = INFO
|
|
|
|
[webhook]
|
|
host = 127.0.0.1
|
|
port = 80
|
|
|
|
[telegram]
|
|
owner_id = OWNER_USER_ID
|
|
subscribers = 1111,2222,3333
|
|
bot_token = BOT_TOKEN
|
|
|
|
[twilio]
|
|
account_sid = TWILIO_ACCOUNT_SID
|
|
auth_token = TWILIO_AUTH_TOKEN
|