Files
CollabTable/CollabTableServer/.env.example
T

5 lines
101 B
Bash
Raw Normal View History

PORT=3000
DB_PATH=/data/collabtable.db
NODE_ENV=production
SERVER_PASSWORD=your_secure_password_here