Files
2026-06-11 22:52:58 +07:00

7 lines
120 B
Bash

DB_HOST=localhost
DB_PORT=3306
DB_USER=your_mysql_username
DB_PASSWORD=your_mysql_password
DB_NAME=webgis_app
PORT=3000