Files
backend-service/.env.example
gitea_admin a06c9c9057
Some checks failed
Backend CI Pipeline / build-and-test (push) Has been cancelled
sonar and other files
2026-02-06 17:06:39 +00:00

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