mirror of
https://github.com/GlueOps/autoglue.git
synced 2026-02-13 12:50:05 +01:00
initial jobs to bootstrap bastion with docker
This commit is contained in:
@@ -32,6 +32,11 @@ var initConfigCmd = &cobra.Command{
|
||||
"authentication": map[string]string{
|
||||
"secret": defaultSecret,
|
||||
},
|
||||
"archer": map[string]interface{}{
|
||||
"instances": 2,
|
||||
"timeoutSec": 60,
|
||||
"enqueue_every": 500,
|
||||
},
|
||||
"smtp": map[string]interface{}{
|
||||
"enabled": false,
|
||||
"host": "smtp.example.com",
|
||||
|
||||
Reference in New Issue
Block a user