forked from zombieb/galvanic-corrosion-rewrite
galvanic corrosion rewrite
commit this before something goes horribly wrong
This commit is contained in:
8
src/net.ts
Normal file
8
src/net.ts
Normal file
@@ -0,0 +1,8 @@
|
||||
export function getNetConfig() {
|
||||
return {
|
||||
host: "10.0.1.39",
|
||||
port: 13370,
|
||||
publicHost: "10.0.1.39:13370",
|
||||
securePublicHost: false
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user