Persistent Subscription configuration on startup

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

Right now its done by writing into your config script to go through and create them. Writing a little console app that does this to be called in your script that works from files should be pretty trivial.