mirror of
https://github.com/slawkens/myaac.git
synced 2025-05-02 04:09:21 +02:00
13 lines
200 B
Lua
13 lines
200 B
Lua
serverName = "Forgotten"
|
|
mysqlHost = "db"
|
|
mysqlUser = "myaac"
|
|
mysqlPass = "myaac"
|
|
mysqlDatabase = "myaac"
|
|
mysqlPort = 3306
|
|
mysqlSock = ""
|
|
|
|
ip = "192.168.176.1"
|
|
statusPort = 7171
|
|
statusTimeout = 2000
|
|
|