12345678910111213141516171819202122232425262728293031 |
- # port of the http server
- port: 8080
- # port of the https server
- sslport: 8443
- # this is the servicURL from outside
- serviceURL: http://192.168.178.14:8443
- # this is the registry URL from inside
- registryURL:
- # 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 passwords
- secretfile: /config/secret.yaml
- backup:
- path: /backup
- #\\OMV/backup/schematic/new
- period: "@every 24h"
- logging:
- gelf-url:
- gelf-port:
- healthcheck:
- period: 30
- mongodb:
- host: 192.168.178.14
- port: 27017
- username:
- password:
- authdb: schematics
- database: schematics
|