| 12345678910111213141516171819202122232425262728293031 | # port of the http serverport: 8080 # port of the https serversslport: 8443# this is the servicURL from outsideserviceURL: http://192.168.178.14:8443# this is the registry URL from insideregistryURL:# this is the system id of this service. services in a cluster mode should have the same system id.systemID: mcs1#sercret file for storing usernames and passwordssecretfile: /config/secret.yamlbackup:    path: /backup    #\\OMV/backup/schematic/new    period: "@every 24h"logging:    gelf-url:    gelf-port:healthcheck:    period: 30mongodb:    host: 192.168.178.14    port: 27017    username:    password:    authdb: schematics    database: schematics
 |