Add Essence 520 minimal DB, configs, and login/game Docker profile.

This commit is contained in:
test
2026-05-18 12:54:47 +03:00
parent a4a3a2aa09
commit 6fdbc9b103
21 changed files with 438 additions and 172 deletions
+24
View File
@@ -0,0 +1,24 @@
# Lineage 2 Essence — Login Server (шаблон под Docker + PostgreSQL 17)
# Скопируйте в dist/login/config/ вашей сборки Samurai Crow / Mobius Essence.
LoginserverHostname = *
LoginserverPort = 2106
LoginHostname = 0.0.0.0
LoginPort = 9014
LoginTryBeforeBan = 5
LoginBlockAfterBan = 900
AcceptNewGameServer = True
EnableFloodProtection = True
AutoCreateAccounts = True
ShowLicence = False
# PostgreSQL (хост postgres — имя сервиса в docker-compose)
Driver = org.postgresql.Driver
URL = jdbc:postgresql://postgres:5432/l2essence
Login = l2user
Password = change_me_strong_password
MaximumDbConnections = 50
DatapackRoot = .
Debug = False