pnxtech / hydra

A light-weight library for building distributed applications such as microservices
https://www.hydramicroservice.com
MIT License
645 stars 54 forks source link

Support YAML and JSON config files. #166

Closed taurenk closed 3 years ago

taurenk commented 6 years ago

Closing Issue #165

taurenk commented 6 years ago

Here is a sample YAML config file:

hydra:
  serviceName: 'test'
  serviceDescription: 'test description'
  serviceIP: ''
  servicePort: 1234
  serviceType: 'test type'
  plugins:
  redis:
    url: 'redis://127.0.0.1:6379/15'
cjus commented 6 years ago

@taurenk can we add this as a hydra plugin?