initial jobs to bootstrap bastion with docker

This commit is contained in:
allanice001
2025-09-22 21:32:26 +01:00
parent 81e6c14625
commit c50fc1540a
11 changed files with 459 additions and 25 deletions

View File

@@ -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",