Some checks failed
Backend CI Pipeline / build-and-test (push) Has been cancelled
8 lines
133 B
Plaintext
8 lines
133 B
Plaintext
# Backend Service Environment Variables
|
|
PORT=3000
|
|
DB_HOST=localhost
|
|
DB_PORT=3306
|
|
DB_USER=root
|
|
DB_PASSWORD=rootpass
|
|
DB_NAME=inventory
|