Fiber Boilerplate
  • Introduction
  • Installation
  • Features
  • Project Structure
  • Project Flow
  • Deployment
  • Configuration File
    • Auth
    • Database
    • Log
    • Mail
    • PayPal
    • Profiler
    • Server
    • Session
    • Storage
    • Token
  • Additional Libraries
  • Project Dependencies
Powered by GitBook
On this page

Was this helpful?

  1. Configuration File

Profiler

type ProfilerConfig struct {
   Server  string `yaml:"server" env:"PROFILER_SERVER" env-default:"http://localhost:4040"`
   Enabled bool   `yaml:"enabled" env:"PROFILER_ENABLED" env-default:"false"`
}
PreviousPayPalNextServer

Last updated 4 years ago

Was this helpful?