.conf files specify how requests should be mapped, authorized, rewritten, and tracked for each upstream API provider.
Where are configs stored?
The main DSL entry point is typicallyconfig/onr.conf in the ONR environment, and that file usually includes config/providers/*.conf plus global preset files under config/modes/*.conf.
You can still force directory mode via the providers.dir setting in onr.yaml or via the ONR_PROVIDERS_DIR environment variable.
Whenever you modify these DSL files, ONR can reload them dynamically without dropping traffic (via the Admin Panel or API).