init
All checks were successful
release-tag / release-image (push) Successful in 2m40s

This commit is contained in:
2026-05-27 02:34:11 +02:00
parent 0e567d8ab2
commit 309e94d362
19 changed files with 1037 additions and 1 deletions

7
.env.example Normal file
View File

@@ -0,0 +1,7 @@
APP_ADDR=:8080
APP_BASE_URL=http://localhost:8080
SESSION_SECRET=change-me-32-bytes-minimum
DATABASE_URL=trading:trading@tcp(127.0.0.1:3306)/trading?parseTime=true&multiStatements=true
OIDC_ISSUER=https://pocketid.example.com
OIDC_CLIENT_ID=your-client-id
OIDC_CLIENT_SECRET=your-client-secret