PagerMaid-Pyro/config.gen.yml

88 lines
2.1 KiB
YAML
Raw Normal View History

2022-05-23 12:40:30 +00:00
# ===================================================================
# __________ _____ .__ .___
# \______ \_____ ____ ___________ / \ _____ |__| __| _/
# | ___/\__ \ / ___\_/ __ \_ __ \/ \ / \\__ \ | |/ __ |
# | | / __ \_/ /_/ > ___/| | \/ Y \/ __ \| / /_/ |
# |____| (____ /\___ / \___ >__| \____|__ (____ /__\____ |
# \//_____/ \/ \/ \/ \/
# ===================================================================
# API Credentials of your telegram application created at https://my.telegram.org/apps
api_id: "ID_HERE"
api_hash: "HASH_HERE"
qrcode_login: "False"
2022-05-23 12:40:30 +00:00
# Either debug logging is enabled or not
debug: "False"
error_report: "True"
# Admin interface related
web_interface:
enable: "False"
secret_key: "RANDOM_STRING_HERE"
host: "127.0.0.1"
port: "3333"
origins: ["*"]
2022-05-23 12:40:30 +00:00
# Locale settings
application_language: "zh-cn"
application_region: "China"
application_tts: "zh-CN"
2023-01-16 06:31:04 +00:00
timezone: "Asia/ShangHai"
2022-05-23 12:40:30 +00:00
# In-Chat logging settings, default settings logs directly into Kat, strongly advised to change
log: "False"
log_chatid: "503691334"
# Disabled Built-in Commands
disabled_cmd:
- example1
- example2
# Google search preferences
result_length: "5"
# TopCloud image output preferences
width: "1920"
height: "1080"
background: "#101010"
margin: "20"
# socks5 or http or MTProto
proxy_addr: ""
proxy_port: ""
http_addr: ""
http_port: ""
mtp_addr: ""
mtp_port: ""
mtp_secret: ""
# Apt Git source
2022-06-08 03:18:21 +00:00
git_source: "https://raw.githubusercontent.com/TeamPGM/PagerMaid_Plugins_Pyro/v2/"
2022-05-27 15:09:24 +00:00
git_ssh: "https://github.com/TeamPGM/PagerMaid-Pyro.git"
2022-05-23 12:40:30 +00:00
# Update Notice
update_check: "True"
update_time: "86400"
update_username: "PagerMaid_Modify_bot"
update_delete: "True"
# ipv6
ipv6: "False"
# Analytics
allow_analytic: "True"
# Speed_test cli path
speed_test_path: ""
# Time format https://www.runoob.com/python/att-time-strftime.html
# 24 default
time_form: "%H:%M"
date_form: "%A %y/%m/%d"
# only support %m %d %H %M %S
start_form: "%m/%d %H:%M"
# Silent to reduce editing times
silent: "True"