Files
fiberops-api/.env.example
2026-04-13 09:36:55 +08:00

4 lines
105 B
Plaintext

DATABASE_URL=postgresql://postgres:postgres@localhost:5432/fiberops
JWT_SECRET=your-secret-key
PORT=3001