client and editor -> resourses -> config.json - your ip - save
{
"Host": "localhost", input your ip adress
"Port": 5400,
"RenderCache": true,
"Font": "arial",
"ChatLines": 100,
"MenuMusic": "It_Devours.ogg",
"MenuBackground": "background.png",
"IntroImages": [
"logo.png"
]
server -> resourses -> config.json - playerdatabase gamedatabase - input ip save
"PlayerDatabase": {
"Type": "sqlite",
"Server": "localhost", input your ip adress
"Port": 3306,
"Database": "",
"Username": "",
"Password": ""
},
"GameDatabase": {
"Type": "sqlite",
"Server": "localhost", input your ip adress
"Port": 3306,
"Database": "",
"Username": "",
"Password": ""
}
}