123456789101112131415161718192021222324252627282930 |
- port: 9080
- sslport: 0
- serviceURL: http://127.0.0.1:9080
- registryURL:
- systemID: autorest-srv
- secretfile: configs/secret.yaml
- backendpath: configs/backends
- allowAnonymousBackend: true
- logging:
- gelf-url:
- gelf-port:
- healthcheck:
- period: 30
- mongodb:
- host: 127.0.0.1
- port: 27017
- username:
- password:
- authdb: backend1
- database: backend1
|