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,
}
Recommended workflow
- Start with one test location.
- Enable debug mode if needed.
- Test the main feature.
- Adjust one setting at a time.
- Disable debug mode before going live.
Keep your config clean and avoid changing too many things at once. That makes issues easier to find.