10 lines
224 B
Plaintext
10 lines
224 B
Plaintext
# Gitea configuration
|
|
GITEA_URL=http://synbox.ruv.wtf:8418
|
|
GITEA_TOKEN=your_gitea_access_token_here
|
|
|
|
# Webhook secret (must match Gitea webhook configuration)
|
|
WEBHOOK_SECRET=your_webhook_secret_here
|
|
|
|
# Server port
|
|
PORT=3000
|