|
@@ -80,6 +80,9 @@ type ConfigT struct {
|
|
SendMail bool `yaml:"send_mail"`
|
|
SendMail bool `yaml:"send_mail"`
|
|
SafeRun bool `yaml:"safe_run"`
|
|
SafeRun bool `yaml:"safe_run"`
|
|
Verbose bool
|
|
Verbose bool
|
|
|
|
+
|
|
|
|
+ TeachersSearchBase string `yaml:"teachers_search_base"`
|
|
|
|
+ AdministrativesSearchBase string `yaml:"administratives_search_base"`
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|