Skip to content

Commit 6c1d1ed

Browse files
committed
Fixed merge error.
1 parent 54b4aed commit 6c1d1ed

File tree

1 file changed

+12
-11
lines changed

1 file changed

+12
-11
lines changed

gaia.go

+12-11
Original file line numberDiff line numberDiff line change
@@ -146,17 +146,18 @@ var Cfg *Config
146146

147147
// Config holds all config options
148148
type Config struct {
149-
DevMode bool
150-
VersionSwitch bool
151-
Poll bool
152-
ListenPort string
153-
HomePath string
154-
DataPath string
155-
PipelinePath string
156-
WorkspacePath string
157-
Worker string
158-
JWTKey interface{}
159-
Logger hclog.Logger
149+
DevMode bool
150+
VersionSwitch bool
151+
Poll bool
152+
ListenPort string
153+
HomePath string
154+
DataPath string
155+
PipelinePath string
156+
WorkspacePath string
157+
Worker string
158+
JwtPrivateKeyPath string
159+
JWTKey interface{}
160+
Logger hclog.Logger
160161

161162
Bolt struct {
162163
Mode os.FileMode

0 commit comments

Comments
 (0)