123456789101112131415161718192021222324252627282930313233343536 |
- port: 9080
- sslport: 9443
- serviceURL: https://127.0.0.1:9443
- registryURL:
- systemID: autorest-srv
- secretfile: configs/secret.yaml
- backendpath: configs/backends
- allowAnonymousBackend: true
- webRoot: ../autorestui/dist
- logging:
- gelf-url:
- gelf-port:
- healthcheck:
- period: 30
- backgroundtasks:
- period: 86400
- deleteOrphanedFiles: true
- mongodb:
- host: 192.168.178.14
- port: 27017
- username:
- password:
- authdb: backend1
- database: backend1
|