init
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
# Webhook 配置文件
|
||||
# 每次验证都会读取此文件
|
||||
|
||||
# 如果没有设置项目级apikey 就用全局 API Key
|
||||
access_key: "YOUR_ACCESS_KEY_HERE"
|
||||
|
||||
# 项目配置
|
||||
projects:
|
||||
xsinfo:
|
||||
api_key: "YOUR_ACCESS_KEY_HERE"
|
||||
script: "xsinfo.sh"
|
||||
enabled: true
|
||||
|
||||
# 添加更多项目:
|
||||
# myblog:
|
||||
# api_key: "your_blog_api_key"
|
||||
# script: "myblog.sh"
|
||||
# enabled: true
|
||||
Reference in New Issue
Block a user