Files
Syco 5a1607c106
ci/woodpecker/manual/woodpecker Pipeline was successful
Add Docker, Woodpecker CI/CD, and cleanup
- Add Dockerfile and .dockerignore for containerisation
- Add .woodpecker.yml pipeline (build + deploy to yugioh network on .101)
- Add .gitignore to stop tracking .env; replace with .env.example
- Add npm start script
- Fix index.js: move versionRoutes require before listen, add /health endpoint
- Fix git remote push URLs (were pointing at Dashboard repo)

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-15 20:48:35 +02:00

8 lines
165 B
Bash

DB_HOST=192.168.178.31
DB_PORT=3306
DB_USER=YuGiOh_API
DB_PASSWORD=your_db_password_here
DB_NAME=YuGiOhDB
YGOPRO_API_BASE=https://db.ygoprodeck.com/api/v7
PORT=3000