We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c711ba5 commit 1d3b869Copy full SHA for 1d3b869
conf/config.go
@@ -28,8 +28,8 @@ type Config struct {
28
Address string `json:"address" env:"ADDR"`
29
Port int `json:"port" env:"PORT"`
30
Assets string `json:"assets" env:"ASSETS"`
31
- LocalAssets string `json:"localassets" env:"LOCALASSETS"`
32
- SubFolder string `json:"subfolder" env:"SUBFOLDER"`
+ LocalAssets string `json:"local_assets" env:"LOCAL_ASSETS"`
+ SubFolder string `json:"sub_folder" env:"SUB_FOLDER"`
33
Database Database `json:"database"`
34
Scheme Scheme `json:"scheme"`
35
Cache CacheConfig `json:"cache"`
0 commit comments