Files
webgpu-portfolio/.env.example
djoser c202734a8c
Some checks failed
Build & Deploy / build (push) Failing after 2s
Build & Deploy / deploy (push) Has been skipped
CI / test-and-build (push) Successful in 1m36s
test runner services
2026-07-27 13:25:25 +00:00

15 lines
448 B
Plaintext

# Environment variables for the webhook server
# Copy this to .env and fill in the secret:
# cp .env.example .env
# Gitea webhook secret — generate with: openssl rand -hex 32
WEBHOOK_SECRET=
# Path to the repo containing docker-compose.yml
REPO_DIR=/home/djoser/webgpu-portfolio
# Bind address and port for the webhook listener
# Must be 127.0.0.1 — the webhook is served through system nginx proxy
LISTEN_HOST=127.0.0.1
LISTEN_PORT=9000