Skip to main content

Configuration

Use the configuration file to adjust this resource to your server.

Basic settings

Start by checking the main settings. These usually control which features are active and how the resource behaves in your server.

Config = {}

Config.Debug = false
Config.Locale = 'en'
Config.Framework = 'qb'

Resource options

Document the most important options here. Explain what each option does and when a server owner should change it.

Config.Options = {
example = true,
value = 10,
}
  1. Start with one test location.
  2. Enable debug mode if needed.
  3. Test the main feature.
  4. Adjust one setting at a time.
  5. Disable debug mode before going live.

Keep your config clean and avoid changing too many things at once. That makes issues easier to find.