We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 507965c commit b8acc58Copy full SHA for b8acc58
packages/server/config.ts
@@ -23,7 +23,7 @@ if (!fs.existsSync(configPath)) {
23
type: server # server | domjudge | hydro
24
viewPass: ${String.random(8)} # use admin / viewPass to login
25
secretRoute: ${String.random(12)}
26
-seatFile: /home/icpc/Desktop/seat.txt
+seatFile: /home/icpc/Desktop/seats.txt
27
# if type is server, the following is not needed
28
server:
29
token:
0 commit comments