> 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/login-fun/english/configuration/config.md).

# Config

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

Config = {}

Config.Debug        = false                     
Config.Traductions  = 'Example'                     
Config.Id_Discord   = "Example"
Config.Sons = {

    Menu = {
        Actif   = false,
        Url     = "Example",
        Volume  = 0.0,   
    },
    
    Interface = {
        Ouvrir  = "sons/ouvrir.ogg",
        Fermer  = "sons/fermer.ogg",
        Clique  = "sons/clique.ogg",
        Volume  = 0.0,  
    },
}

```
