cmc-sales/go-app/.env.example

12 lines
227 B
Plaintext
Raw Normal View History

2025-06-24 03:32:28 -07:00
# Database configuration
DB_HOST=localhost
DB_PORT=3306
DB_USER=cmc
DB_PASSWORD=xVRQI&cA?7AU=hqJ!%au
DB_NAME=cmc
2025-07-02 05:04:36 -07:00
# Root database password (for dbshell-root)
DB_ROOT_PASSWORD=secureRootPassword
2025-06-24 03:32:28 -07:00
# Server configuration
PORT=8080