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=wx0f9c909d20d19396
|
|
WX_SECRET=c5635680747cccf351f5f323c01178e6
|
|
JWT_SECRET=mp-xieyingen |