Initial commit
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
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
|
||||
Reference in New Issue
Block a user