mirror of
https://github.com/slawkens/myaac.git
synced 2025-12-22 16:37:12 +01:00
[wip] docker setup
It's working now
This commit is contained in:
12
docker/config.lua
Normal file
12
docker/config.lua
Normal file
@@ -0,0 +1,12 @@
|
||||
serverName = "Forgotten"
|
||||
mysqlHost = "db"
|
||||
mysqlUser = "myaac"
|
||||
mysqlPass = "myaac"
|
||||
mysqlDatabase = "myaac"
|
||||
mysqlPort = 3306
|
||||
mysqlSock = ""
|
||||
|
||||
ip = 192.168.176.1
|
||||
statusPort = 7171
|
||||
statusTimeout = 2000
|
||||
|
||||
Reference in New Issue
Block a user