财产测试git的密钥功能

This commit is contained in:
2025-09-21 16:18:31 +08:00
parent a4c40cd3fd
commit 6956d66bbc

1
app.js
View File

@@ -11,6 +11,7 @@ const GOTIFY_URL = 'https://gotify.zotv.ru/message'; // 例如: 'http://your-got
const GOTIFY_TOKEN = 'A1wFaeaj-VskqyF'; // 你的 Gotify 应用 Token
//测试一些gitea的webhook功能
//财产测试git的密钥功能
// 启动前检查配置是否齐全
if (!GOTIFY_URL || !GOTIFY_TOKEN) {