mirror of
https://codeberg.org/davrot/forgejo.git
synced 2025-04-20 14:56:45 +02:00
modules/setting/service.go aktualisiert
This commit is contained in:
parent
fad7397516
commit
384fbd843d
1 changed files with 0 additions and 4 deletions
|
@ -140,10 +140,6 @@ func CompileEmailGlobList(sec ConfigSection, keys ...string) (globs []glob.Glob)
|
|||
return globs
|
||||
}
|
||||
|
||||
// LoadServiceSetting loads the service settings
|
||||
func LoadServiceSetting() {
|
||||
loadServiceFrom(CfgProvider)
|
||||
}
|
||||
|
||||
func loadServiceFrom(rootCfg ConfigProvider) {
|
||||
sec := rootCfg.Section("service")
|
||||
|
|
Loading…
Add table
Reference in a new issue