12345678910111213141516171819202122232425262728293031 |
- port: 9080
- sslport: 0
- serviceURL: http://127.0.0.1:9080
- registryURL:
- systemID: easy1
- secretfile: configs/secret.yaml
- backup:
- path: e:/temp/backup/schematics/new
-
- period: "@every 24h"
- logging:
- gelf-url:
- gelf-port:
- healthcheck:
- period: 30
- mongodb:
- host: 192.168.178.12
- port: 37017
- username:
- password:
- authdb: schematics
- database: schematics
|