5 lines
191 B
Plaintext
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
|