Multiple Configuration Files
eymentopcuoglu opened this issue · 2 comments
eymentopcuoglu commented
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
Burgyn commented
Please check Merging configuration files section in Readme file.
eymentopcuoglu commented
I had missed it, thank you very much!