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

# Config

```lua
Config = {}

Config.Debug = false
Config.Traduction = "EXEMPLE"
Config.Framework = 'exemple'

Config.Lieux = {
    {
        Nom = "exemple",
        Metier = "exemple",
        MetierOff = "exemple_off",
        Distance = 0.0,
        Service = vec4(0000, 0000, 0000, 0000)
    },
}

```
