DONE: pipeline cicd for backend
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user