mirror of
https://github.com/thomiceli/opengist.git
synced 2025-07-10 09:51:51 +02:00
Allow to define secret key & move the secret key file to parent directory (#358)
This commit is contained in:
@ -76,6 +76,8 @@ func Initialize(ctx *cli.Context) {
|
||||
panic(err)
|
||||
}
|
||||
|
||||
config.SetupSecretKey()
|
||||
|
||||
config.InitLog()
|
||||
|
||||
gitVersion, err := git.GetGitVersion()
|
||||
|
Reference in New Issue
Block a user