Skip to content

Commit b8acc58

Browse files
committed
core: fix default seatFile config
1 parent 507965c commit b8acc58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/server/config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ if (!fs.existsSync(configPath)) {
2323
type: server # server | domjudge | hydro
2424
viewPass: ${String.random(8)} # use admin / viewPass to login
2525
secretRoute: ${String.random(12)}
26-
seatFile: /home/icpc/Desktop/seat.txt
26+
seatFile: /home/icpc/Desktop/seats.txt
2727
# if type is server, the following is not needed
2828
server:
2929
token:

0 commit comments

Comments
 (0)