Initial commit

This commit is contained in:
Robert van Diest
2026-03-24 20:13:07 +01:00
commit 1301a01d6d
123 changed files with 7642 additions and 0 deletions

12
cicd/docker/.env.example Normal file
View File

@@ -0,0 +1,12 @@
# Copy this file to .env and fill in the values before running docker compose
# Port the app is exposed on (default: 80)
PORT=80
# JWT — use a long random string in production
JWT_KEY=randall-super-secret-jwt-key-change-in-production-32chars
JWT_ISSUER=randall-api
JWT_AUDIENCE=randall-app
# ASP.NET Core environment
ASPNETCORE_ENVIRONMENT=Production