Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试实现 Ocelot 网关,并且我正在使用管理API 来更新运行时的配置。
所以问题是当我更新配置时,它正在更新 bin 文件夹中的文件,这是预期的行为,但是当我重新启动服务时,配置会自行恢复。
我尝试了各种事情,比如使用领事,但同样的事情也发生在那里。
我在 .net core 3.1 上使用 Ocelot 16.0.1。
这是我的 git 仓库。
我还在ocelot repo 中提出了一个问题。