Add a config option (with environment variable support) to preconfigure a list of plugin (runner) URLs.
The backend should load these URLs into the database on startup.
The implementation can also use two config options (one for direct plugin URLs and one for plugin runners).
There are two alternative approaches:
[ ] Only load the URLs into the database if there are no entries
[ ] Ensure that all configured URLs are present in the database on startup (i.e. always load them into the database)
Add a config option (with environment variable support) to preconfigure a list of plugin (runner) URLs. The backend should load these URLs into the database on startup. The implementation can also use two config options (one for direct plugin URLs and one for plugin runners).
There are two alternative approaches: