kfsoftware / hlf-cc-dev

Apache License 2.0
3 stars 2 forks source link

Error: failed to initialize configuration: unable to load config backend: filename is required #2

Open JohanIskandar opened 1 year ago

JohanIskandar commented 1 year ago

Hello everybody,

I am running into an issue. My networkConfig.yaml is in the same directory where I ran the hlf-cc-dev serve command

./hlf-cc-dev serve --address "0.0.0.0:8080" --metrics-address "0.0.0.0:8081" --config "./networkConfig.yaml" 
Error: failed to initialize configuration: unable to load config backend: filename is required

Does this mean the networkConfig.yaml configuration is incorrect? or the filename is not found. Please tell me how to fix this issue. Thank you.

regards,

Johan

EnterpriseDeveloper commented 1 year ago

I have the same problem :( Any help? Could someone please give me an example of the config.yaml file? The problem may be there.