local config = require("lapis.config") config("development", { greeting = "waddup", postgres = { host = "postgres", user = "postgres", password = "the_password", database = "postgres" } })