13 lines
356 B
Plaintext
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
|