Hi, is it possible to start two Prefect Orion servers mapped to the same database?
More specifically, I want to run one server for
1. outbound access. It should be used for users to view the UI
2. internal virtual network access. It should be used by agents to talk with the Prefect API
Can I specify the same Postgres connection string for both servers? Or do you have any other solution ideas for my setup?