Files
QMS/be/.env.production
T
ISMAIL MASSERAN cdb1eb0902
Build Docker Image / build-backend (push) Successful in 11s
DONE: fix mysql service cannot communicate
2026-07-23 12:14:07 +08:00

13 lines
357 B
Bash

# Host ports (change these if they collide on your single server)
BACKEND_HOST_PORT=8080
# MySQL is internal-only (not published to the host)
# MySQL
MYSQL_ROOT_PASSWORD="R8qjjBJDg9NtL2IwcnoFMkn8pktwAZ;wsl"
MYSQL_DATABASE=qms
# App
JWT_SECRET_KEY=a68uiaDQ0V3iLjF4DqMuS13GAVwkut55dlFbGCLyXTF
GOOGLE_CLIENT_ID=dummy-google-client-id
NOTIFICATIONS_MOCK=true