AppAppReturns the *App reference so you could easily access all application settings. func (c *Ctx) App() *App app.Get("/stack", func(c *fiber.Ctx) error { return c.JSON(c.App().Stack())})