default port for proxima centauri

This commit is contained in:
schulze 2023-04-25 15:50:45 +02:00
parent ea12cd4fe6
commit d06620ca74
2 changed files with 2 additions and 0 deletions

View File

@ -1,5 +1,6 @@
mtd:
services: {}
management_port: 14000
aws:
regions: []
credentials_path: ./mtdaws/.credentials

View File

@ -18,6 +18,7 @@ type Config struct {
type mtdconf struct {
Services map[CustomUUID]Service `yaml:"services"`
ManagementPort uint16 `yaml:"management_port"`
}