Burgyn/MMLib.SwaggerForOcelot

Multiple Configuration Files

eymentopcuoglu opened this issue · 2 comments

Hi,

Since Ocelot does not consider SwaggerEndPoints and SwaggerKey while deserializing configuration files, the produced ocelot.json file does not contain these fields, resulting with the loss of SwaggerForOcelot configuration in any of these files.

Do you have any suggestions about working with multiple configuration files?

Thank you!

Additional context
Merging configuration files

Hi @eymentopcuoglu

Please check Merging configuration files section in Readme file.

I had missed it, thank you very much!