Add Essence 520 minimal DB, configs, and login/game Docker profile.
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user