Files
Randall/cicd/docker/.env.example
Robert van Diest 1301a01d6d Initial commit
2026-03-24 20:13:07 +01:00

13 lines
356 B
Plaintext

# 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