mirror of
https://github.com/samanhappy/mcphub.git
synced 2025-12-24 02:39:19 -05:00
9 lines
301 B
Plaintext
9 lines
301 B
Plaintext
PORT=3000
|
|
NODE_ENV=development
|
|
|
|
# Database Configuration (Optional - for database-backed configuration)
|
|
# Simply set DB_URL to enable database mode (auto-detected)
|
|
# DB_URL=postgresql://mcphub:password@localhost:5432/mcphub
|
|
# Or explicitly control with USE_DB (overrides auto-detection)
|
|
# USE_DB=true
|