initial commit

This commit is contained in:
RhenCloud 2026-07-24 21:48:50 +08:00
commit 512d4b01d5
No known key found for this signature in database
GPG key ID: A574A617378C4E0B
55 changed files with 6430 additions and 0 deletions

17
.env.example Normal file
View file

@ -0,0 +1,17 @@
# GitHub
GITHUB_WEBHOOK_SECRET=your-webhook-secret
GITHUB_APP_ID=your-app-id
GITHUB_PRIVATE_KEY="-----BEGIN RSA PRIVATE KEY-----\n...\n-----END RSA PRIVATE KEY-----"
GITHUB_CLIENT_ID=your-client-id
GITHUB_CLIENT_SECRET=your-client-secret
# Discord
DISCORD_TOKEN=your-bot-token
DISCORD_CHANNEL_ID=your-channel-id
# Server
PORT=3000
BASE_URL=http://localhost:3000
# Config
CONFIG_PATH=./config.yaml