25 lines
688 B
Properties
25 lines
688 B
Properties
# 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
|