> 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/francais/configuration/config.md).

# Config

```lua

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

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

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

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

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