⚙️Configuration

⚙️ Configuration

Config = {
    Debug = true,
    Framework = {
        name = "esx" -- esx, qbcore or qbox
    },
    AppStore = {
        name = 'MarinaEats',
        description = 'Connect with your business partners',
        defaultApp = true, -- OPTIONAL if set to true, app should be added without having to download it,
    },
    Categories = {
        {
            name = 'restaurant',
            label = 'Restaurant',
            icon = 'restaurant',
        },
        {
            name = 'business',
            label = 'Business',
            icon = 'business',
        },
        {
            name = 'bar',
            label = 'Bar',
            icon = 'bar',
        },
        {
            name = 'club',
            label = 'Club',
            icon = 'club',
        }
    },
    Language = {
        appTitle = 'MarinaEats.',
    }
}

⚙️ Framework Configuration

If you have any configuration questions or errors, feel free to open a ticket on our Discordarrow-up-right!

Last updated