mirror of
https://github.com/studio-neptune/yuuki.git
synced 2024-11-10 09:02:53 +08:00
17 lines
420 B
YAML
17 lines
420 B
YAML
# Sample Config File for star_yuuki_bot
|
|
# Please replace setting options from `libs/config.py`
|
|
|
|
Yuuki:
|
|
SecurityService: True
|
|
Default_Language: en
|
|
|
|
LINE:
|
|
Server:
|
|
Host: https://example.com
|
|
Command_Path: /example_path
|
|
LongPoll_path: /example_path
|
|
|
|
Account:
|
|
X-Line-Application: LINE_Application_Identification
|
|
X-Line-Access: LINE_Application_AccessKey
|
|
User-Agent: LINE_Application_User-Agent
|