1234567891011121314151617181920212223242526272829303132 |
- port: 8080
- sslport: 8443
- serviceURL: http://127.0.0.1:8080
- registryURL: http://127.0.0.1:8500
- systemID: easy1
- secretfile: /tmp/storage/config/secret.yaml
- backup:
- path: e:/temp/backup/schematics/new
-
- period: "@every 24h"
- logging:
- gelf-url: 127.0.0.1
- gelf-port: 12201
- healthcheck:
- period: 30
- mongodb:
- host: 127.0.0.1
- port: 27017
- username:
- password:
- authdb: schematics
- database: schematics
-
|