We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab5c61c commit 16683bcCopy full SHA for 16683bc
1 file changed
config/config.go
@@ -83,6 +83,7 @@ func load() Config {
83
v.SetDefault("Ingestors.CSFloat.BaseURL", "https://csfloat.com")
84
85
// Need to register environment variables if defaults aren't set
86
+ v.BindEnv("HTTP.AllowedOrigins")
87
v.BindEnv("Ingestors.CSFloat.SecretKey")
88
89
// Try to find the root directory, but don't panic if it fails since go.mod doesn't exist in production
0 commit comments