Initial commit
This commit is contained in:
12
cicd/docker/.env.example
Normal file
12
cicd/docker/.env.example
Normal 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
|
||||
Reference in New Issue
Block a user