Files
frontend-judge/.env.example
T
2026-07-03 07:55:10 +03:00

10 lines
272 B
Bash

NODE_ENV=development
PORT=4000
DATABASE_URL=file:../data/app.db
ADMIN_PASSWORD=change-admin-password
STUDENT_PASSWORD=change-student-password
SESSION_SECRET=change-this-long-random-secret
PUBLIC_URL=http://localhost:4000
JUDGE_VIEWPORT_WIDTH=800
JUDGE_VIEWPORT_HEIGHT=600