mirror of
https://github.com/Xtao-Labs/misskey2telegram.git
synced 2024-11-25 14:55:19 +00:00
20 lines
248 B
INI
20 lines
248 B
INI
[pyrogram]
|
|
api_id = ID_HERE
|
|
api_hash = HASH_HERE
|
|
|
|
[plugins]
|
|
root = modules
|
|
|
|
[proxy]
|
|
enabled = False
|
|
hostname = 127.0.0.1
|
|
port = 1080
|
|
|
|
[basic]
|
|
ipv6 = False
|
|
|
|
[misskey]
|
|
url = wss://xxx.com/streaming
|
|
web_domain = misskey2tg.xtaolabs.com
|
|
admin = 777000
|