Allow to define secret key & move the secret key file to parent directory (#358)

هذا الالتزام موجود في:
Thomas Miceli
2024-10-31 14:50:13 +01:00
ملتزم من قبل GitHub
الأصل 20372f44e4
التزام 4fd0832df9
11 ملفات معدلة مع 98 إضافات و43 حذوفات

عرض الملف

@@ -76,6 +76,8 @@ func Initialize(ctx *cli.Context) {
panic(err)
}
config.SetupSecretKey()
config.InitLog()
gitVersion, err := git.GetGitVersion()