We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 54b4aed commit 6c1d1edCopy full SHA for 6c1d1ed
gaia.go
@@ -146,17 +146,18 @@ var Cfg *Config
146
147
// Config holds all config options
148
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
+ DevMode bool
+ VersionSwitch bool
+ Poll bool
+ ListenPort string
+ HomePath string
+ DataPath string
+ PipelinePath string
+ WorkspacePath string
+ Worker string
+ JwtPrivateKeyPath string
+ JWTKey interface{}
160
+ Logger hclog.Logger
161
162
Bolt struct {
163
Mode os.FileMode
0 commit comments