• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

Cannot find config.lua file.

ftsys

New Member
Joined
Sep 1, 2022
Messages
15
Reaction score
0
I'm trying to configure Myacc but I can't find the file.

Server and HTML patch

1727652824606.webp1727652850347.webp1727652787459.webp

Captura de tela 2024-09-29 203157.webp
 

Attachments

mysql on a vps

-- MySQL
mysqlHost = "ip of vps"
mysqlUser = "my user"
mysqlPass = "my pass"
mysqlDatabase = "my db name"
mysqlPort = 3306
mysqlSock = ""
passwordType = "sha1"
 
Back
Top