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

# Config

```lua
                                                                --[[ █████╗ ██████╗ ██████╗ ██╗     ██╗    ███████╗██╗   ██╗███╗   ██╗
                                                                    ██╔══██╗██╔══██╗██╔══██╗██║     ██║    ██╔════╝██║   ██║████╗  ██║
                                                                    ███████║██████╔╝██████╔╝██║     ██║    █████╗  ██║   ██║██╔██╗ ██║
                                                                    ██╔══██║██╔═══╝ ██╔═══╝ ██║     ██║    ██╔══╝  ██║   ██║██║╚██╗██║
                                                                    ██║  ██║██║     ██║     ███████╗██║    ██║     ╚██████╔╝██║ ╚████║
                                                                    ╚═╝  ╚═╝╚═╝     ╚═╝     ╚══════╝╚═╝    ╚═╝      ╚═════╝ ╚═╝  ╚═══╝ ]]--                                                                                                                                    
Config = {}

Config.Traduction = 'EXEMPLE'

Config.Applications = {
    {
        Lieux = "exemple",
        Coordonner = vec3(0000, 0000, 0000),
        Distance = 1.0,
        Debug = true,
        OxTarget = true,
        Marqueur = false,
        LienDiscord = "",
        ImageEmbed = "",
        CouleurEmbed = 3447003,
        Types = {
            { label = "EXEMPLE", value = "Exemple" },
        }
    }
}
```
