Files
fiberops-api-admin/.env.example
2026-04-13 09:43:35 +08:00

5 lines
191 B
Plaintext

DATABASE_ADMIN_URL=postgresql://postgres:postgres@localhost:5433/fiberops_admin
DATABASE_URL=postgresql://postgres:postgres@localhost:5432/fiberops
JWT_SECRET=your-admin-secret-key
PORT=3004