production setup

This commit is contained in:
2026-08-31 21:32:14 +04:00
parent e1ccf30afc
commit d7701b5b98
18 changed files with 38663 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
-- Production realm defaults. Docker startup keeps these values synchronized
-- from REALM_NAME, REALM_ADDRESS and REALM_PORT after this migration runs.
UPDATE `realmlist`
SET `name` = 'FelWell',
`address` = 'legion.moon-well.online',
`localAddress` = 'legion.moon-well.online',
`port` = 8085,
`gamebuild` = 26972
WHERE `id` = 1;