Registry / config / ory-viper

ory-viper

JSON →
library1.7.5gogounverified

A fork of Viper configuration library with additional features for Ory projects.

go get github.com/ory/viper
INSTALL
IMPORT
SIG · ORY-VIPER
O
ory-viper
configgov1.7.5
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

viper
github.com/ory/viper

Initialize and read a configuration value using Ory Viper.

package main import ( "fmt" "github.com/ory/viper" ) func main() { viper.SetDefault("port", 8080) fmt.Println("Port:", viper.GetInt("port")) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.7.5latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
27 hits · last 30 days
node
24
Resources
ory-viper — go get ory-viper · libregistry