• 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!

no mysql in config.lua.dist?

HiddenDeveloper

New Member
Joined
Dec 15, 2023
Messages
21
Reaction score
4
Left how that looks like in compiled ready to download 1.4.2. Right one after compiling from tfs master

Why is missing mysql settings? whats happen?
And why master after compiling tfs file is 17% smaller?




1704244980978.png
 
Solution

You can still put these config entries there but there's an option to use environement variables instead:
YAML:
MYSQL_HOST
MYSQL_USER
MYSQL_PASSWORD
MYSQL_DATABASE
MYSQL_SOCK
MYSQL_PORT

There were some interesting changes last time regarding build too (UNITY_BUILD / EnableUnitySupport):

You can still put these config entries there but there's an option to use environement variables instead:
YAML:
MYSQL_HOST
MYSQL_USER
MYSQL_PASSWORD
MYSQL_DATABASE
MYSQL_SOCK
MYSQL_PORT

There were some interesting changes last time regarding build too (UNITY_BUILD / EnableUnitySupport):
 
Solution

You can still put these config entries there but there's an option to use environement variables instead:
YAML:
MYSQL_HOST
MYSQL_USER
MYSQL_PASSWORD
MYSQL_DATABASE
MYSQL_SOCK
MYSQL_PORT

There were some interesting changes last time regarding build too (UNITY_BUILD / EnableUnitySupport):
Thank you Boss!
 
Back
Top