Files
MikrotikManager/backend/.env.example
T
2026-05-02 01:17:08 +07:00

9 lines
176 B
Bash

# Path to SQLite database file
DATABASE_PATH=./mikrotik.db
# Port for the Fastify server
PORT=8000
# Allowed CORS origin (Next.js frontend)
CORS_ORIGIN=http://localhost:3000