DONE: pipeline cicd for backend (#2)
Build Docker Image / build-backend (push) Failing after 22s

Co-authored-by: ISMAIL MASSERAN <topaz@ISMAILs-Macbook.local>
Reviewed-on: #2
This commit was merged in pull request #2.
This commit is contained in:
2026-07-23 11:47:55 +08:00
parent 85b31e9528
commit 319057990a
10 changed files with 343 additions and 21 deletions
+12
View File
@@ -0,0 +1,12 @@
# Host ports (change these if they collide on your single server)
BACKEND_HOST_PORT=8080
MYSQL_HOST_PORT=3306
# MySQL
MYSQL_ROOT_PASSWORD=password
MYSQL_DATABASE=qms
# App
JWT_SECRET_KEY=change-me-to-a-long-random-secret
GOOGLE_CLIENT_ID=dummy-google-client-id
NOTIFICATIONS_MOCK=true