Files
soroush.asadi 96e73bf633
CI/CD / CI · dotnet build (push) Failing after 0s
CI/CD / Deploy · drsousan (push) Has been skipped
first commit
2026-05-31 00:42:08 +03:30

15 lines
465 B
Bash

# Copy this file to .env and fill in your production values.
# docker compose reads .env automatically from the project root.
# Host port (default 5000 → http://localhost:5000)
HOST_PORT=5000
# JWT secret — must be at least 32 characters, keep it secret!
JWT_KEY=ReplaceThisWithALongSecureRandomStringAtLeast32Chars!
JWT_ISSUER=DrSousanApi
JWT_AUDIENCE=DrSousanAdmin
# Admin panel credentials
ADMIN_USERNAME=admin
ADMIN_PASSWORD=ChangeThisToAStrongPassword!