8 lines
172 B
TypeScript
8 lines
172 B
TypeScript
export function getNetConfig() {
|
|
return {
|
|
host: "127.0.0.1",
|
|
port: 13370,
|
|
publicHost: "127.0.0.1:13370",
|
|
securePublicHost: false
|
|
}
|
|
} |