> For the complete documentation index, see [llms.txt](https://gocomedyfunstoredocs.gitbook.io/gocomedyfun-store/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://gocomedyfunstoredocs.gitbook.io/gocomedyfun-store/scripts-free/dj-fun/english/configuration/config.md).

# Config

```lua

                                              --[[ ██████╗       ██╗    ███████╗██╗   ██╗███╗   ██╗
                                                   ██╔══██╗      ██║    ██╔════╝██║   ██║████╗  ██║
                                                   ██║  ██║      ██║    █████╗  ██║   ██║██╔██╗ ██║
                                                   ██║  ██║ ██   ██║    ██╔══╝  ██║   ██║██║╚██╗██║
                                                   ██████╔╝ ╚█████╔╝    ██║     ╚██████╔╝██║ ╚████║
                                                   ╚═════╝   ╚════╝     ╚═╝      ╚═════╝ ╚═╝  ╚═══╝ ]]

Config = {}
Config.Volume = EXAMPLE 
Config.Distance = EXAMPLE 
Config.Ox_Target = EXAMPLE 
Config.Debug = EXAMPLE 
Config.Traduction = 'EXAMPLE' 
Config.Framework = 'EXAMPLE'

Config.AccesGrade = {  
    AccesLimiter = { Minimum = EXAMPLE }, 
    AccesComplet = { Maximum = EXAMPLE }  
}

Config.Lieux = { 
    {
        Coordonnees = vec3(0000, 0000, 0000), 
        Service = vec3(0000, 0000, 0000), 
        Distance = EXAMPLE, 
        Metier = 'example', 
        Nom = 'EXAMPLE', 
        Rayon = EXAMPLE, 
        Rotation = EXAMPLE 
    }
}

Config.Playlist = { 
    ['EXAMPLE'] = 'EXAMPLE', 
    ['EXAMPLE'] = 'EXAMPLE', 
    ['EXAMPLE'] = 'EXAMPLE' 
}
```
