15 lines
276 B
Plaintext
15 lines
276 B
Plaintext
# Database Configuration
|
|
DB_HOST=127.0.0.1
|
|
DB_PORT=13306
|
|
DB_USERNAME=root
|
|
DB_PASSWORD=MemeMind@2026
|
|
DB_DATABASE=mememind
|
|
|
|
# Application Configuration
|
|
NODE_ENV=production
|
|
PORT=3000
|
|
|
|
|
|
WX_APPID=wxaf07f8bb60098991
|
|
WX_SECRET=b390c318fe83600e60fd4ad5d88b603f
|
|
JWT_SECRET=mp-xieyingen |