mirror of
https://github.com/SigNoz/signoz.git
synced 2025-12-17 15:36:48 +00:00
5 lines
230 B
Go
5 lines
230 B
Go
|
|
// Package config provides the configuration management for the Signoz application.
|
||
|
|
// It includes functionality to define, load, and validate the application's configuration
|
||
|
|
// using various providers and formats.
|
||
|
|
package config
|