Files
badminton-match-hub/.env.example

8 lines
135 B
Plaintext
Raw Normal View History

DB_HOST=192.168.0.15
DB_PORT=3307
DB_USER=jianmiau
DB_PASSWORD=your-password
DB_DATABASE=badminton
DB_TABLE=badminton
SERVER_PORT=8787