first commit
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
# 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!
|
||||
Reference in New Issue
Block a user