You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Some Initializr and template options are functionally identical but use different names. An example is adding a RabbitMQ connector; the Initializr option is amqp while the template option is rabbitmq.
The current implementation maintains the mapping in code.
The InitializrApi should provide the ability to use an externally configured mapping, e.g. in appsettings.json so that mappings can be maintained without having to rebuild the server.
The text was updated successfully, but these errors were encountered:
Some Initializr and template options are functionally identical but use different names. An example is adding a RabbitMQ connector; the Initializr option is
amqp
while the template option israbbitmq
.The current implementation maintains the mapping in code.
The InitializrApi should provide the ability to use an externally configured mapping, e.g. in
appsettings.json
so that mappings can be maintained without having to rebuild the server.The text was updated successfully, but these errors were encountered: