Configuration
-- | # You can get help from our document: https://thug.gitbook.io/documentation
Config = {}
-- | # Main Settings ------------------------------------------------------------------------------------
Config.Settings = {
['Framework'] = 'qb', -- | # In this section you have the options 'qb', 'old-qb', 'esx', 'old-esx', 'qbox', 'custom'
['SQL'] = 'oxmysql', -- | # In this section you have the options 'oxmysql', 'ghmattimysql', 'mysql-async'
['Database_Location'] = 'data/settings.json', -- | # Please do not change this part!
['Name_Type'] = 'steam', -- | # In this section you have the options 'steam', 'charname'
['Menu_Command'] = 'hud', -- | # In this section, you can set the command that players will open the hud menu.
['Menu_Keybind'] = 'O', -- | # Players use this keybind to hud menu!
['Server_Name'] = '', -- | # Enter the name of your server in this field.
['Server_Logo'] = '', -- | # Enter the URL of your server's logo in this field.
}
Last updated