Browse Source

Resolve deprecated INI conversion (#9525)

Per 8fe474341f/deprecated.go (L24)
tags/v1.11.0-rc1
techknowlogick 4 years ago
parent
commit
10455a88dc
No account linked to committer's email address
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      contrib/environment-to-ini/environment-to-ini.go

+ 1
- 1
contrib/environment-to-ini/environment-to-ini.go View File

} else { } else {
log.Warn("Custom config '%s' not found, ignore this if you're running first time", setting.CustomConf) log.Warn("Custom config '%s' not found, ignore this if you're running first time", setting.CustomConf)
} }
cfg.NameMapper = ini.AllCapsUnderscore
cfg.NameMapper = ini.SnackCase


prefix := c.String("prefix") + "__" prefix := c.String("prefix") + "__"



Loading…
Cancel
Save