Phase8
This commit is contained in:
@@ -57,6 +57,8 @@ async function main(): Promise<void> {
|
||||
maxServers: 10,
|
||||
maxRamMb: 16384,
|
||||
platformRamMb: 2048,
|
||||
portRangeStart: 25565,
|
||||
portRangeEnd: 25664,
|
||||
enrollmentTokenHash: hashToken(DEV_NODE_ENROLLMENT_TOKEN),
|
||||
},
|
||||
update: {
|
||||
@@ -64,6 +66,8 @@ async function main(): Promise<void> {
|
||||
hostname: 'localhost',
|
||||
maxRamMb: 16384,
|
||||
platformRamMb: 2048,
|
||||
portRangeStart: 25565,
|
||||
portRangeEnd: 25664,
|
||||
enrollmentTokenHash: hashToken(DEV_NODE_ENROLLMENT_TOKEN),
|
||||
},
|
||||
});
|
||||
|
||||
@@ -17,6 +17,7 @@ export type {
|
||||
BackupSchedule,
|
||||
WorldUpload,
|
||||
InstalledAddon,
|
||||
ServerDnsRecord,
|
||||
GameNode,
|
||||
GameNodeHeartbeat,
|
||||
ServerStartQueueEntry,
|
||||
|
||||
Reference in New Issue
Block a user