This commit is contained in:
2026-09-12 18:29:57 +04:00
parent 4d760528cc
commit edb998de02
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ DB_PASSWORD=GENERATE_A_DIFFERENT_LONG_RANDOM_DB_PASSWORD
REALM_NAME=FelWell REALM_NAME=FelWell
REALM_ADDRESS=legion.moon-well.online REALM_ADDRESS=legion.moon-well.online
REALM_PORT=8085 REALM_PORT=8086
EXTERNAL_ADDRESS=legion.moon-well.online EXTERNAL_ADDRESS=legion.moon-well.online
BUILD_JOBS=8 BUILD_JOBS=8
+1 -1
View File
@@ -4,6 +4,6 @@ UPDATE `realmlist`
SET `name` = 'FelWell', SET `name` = 'FelWell',
`address` = 'legion.moon-well.online', `address` = 'legion.moon-well.online',
`localAddress` = 'legion.moon-well.online', `localAddress` = 'legion.moon-well.online',
`port` = 8085, `port` = 8086,
`gamebuild` = 26972 `gamebuild` = 26972
WHERE `id` = 1; WHERE `id` = 1;