Hello,
We are working on setting up EventStore for our project and we plan on using persistent subscriptions using the .NET API.
We were wondering if there is a way to set up persistent subscriptions on EventStore startup (with a config file of sorts) instead of making them something to configure manually through the UI or programmatically through code.
I understand we could make these when we connect a service, but we want to keep admin credentials out of the services that will be relying on the persistent subscriptions.
Please let me know if I can clarify anything.
Thank you