Files
draletaha/.env.example
T

15 lines
465 B
Bash
Raw Normal View History

2026-05-31 00:42:08 +03:30
# 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!