feat: init from configuration file (#858)

* feat: init from configuration file

* Update init_data.json.template

* Update init_data.go

Co-authored-by: Yang Luo <hsluoyz@qq.com>
This commit is contained in:
Bingchang Chen
2022-07-05 00:36:22 +08:00
committed by GitHub
parent b8e324cadf
commit ec29621547
3 changed files with 305 additions and 0 deletions

View File

@ -36,6 +36,7 @@ func main() {
object.InitAdapter(*createDatabase)
object.InitDb()
object.InitFromFile()
object.InitDefaultStorageProvider()
object.InitLdapAutoSynchronizer()
proxy.InitHttpClient()