Common questions

How to add job for each restaurant ?

Just under the config.authorizedJobs, just write the respective job for each restaurant.

Config.authorizedJobs   = {
    ["burgershot"] = "BurgerShot",
    --["jobname"] = "Restaurant Name",
}

Last updated