General config

config/general.lua
  return {
      ---@type string
      appId = 'fd_taxi',

      ---@type string
      appName = 'RideMe',

      ---@type Units
      units = 'kilometers',

      ---@type table<string>
      allowedLinks = { 'fivemanage.com', 'i.ibb.co', 'githubusercontent.com' }
  }