Skip to content

Commit 614775d

Browse files
committed
listen on ipv4 loopback instead of localhost by default
1 parent a25ed89 commit 614775d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/config/default.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import type { ConfigIn } from "@server/config/schema"
44

55
export default {
66
listen: {
7-
host: "localhost",
7+
host: "127.0.0.1",
88
port: 3101, // Guilds project has ports 3100-3199
99
},
1010
origin: "http://guilds.durhack-dev.com",

0 commit comments

Comments
 (0)