default port for proxima centauri
This commit is contained in:
parent
ea12cd4fe6
commit
d06620ca74
@ -1,5 +1,6 @@
|
|||||||
mtd:
|
mtd:
|
||||||
services: {}
|
services: {}
|
||||||
|
management_port: 14000
|
||||||
aws:
|
aws:
|
||||||
regions: []
|
regions: []
|
||||||
credentials_path: ./mtdaws/.credentials
|
credentials_path: ./mtdaws/.credentials
|
||||||
|
@ -18,6 +18,7 @@ type Config struct {
|
|||||||
|
|
||||||
type mtdconf struct {
|
type mtdconf struct {
|
||||||
Services map[CustomUUID]Service `yaml:"services"`
|
Services map[CustomUUID]Service `yaml:"services"`
|
||||||
|
ManagementPort uint16 `yaml:"management_port"`
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user