Files
2026-03-24 20:13:07 +01:00

13 lines
356 B
Bash

# 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