Hello,
I'm trying to run Pact Broker on an aws EC2 instance and I wish to use an Aurora DB for the database. I prefer not to run inside a Docker container as that just adds one more layer of complexity. Has anyone tried this and is it possible? Here are a few specific questions:
- How do I connect PB to the database
- what configuration file do I create/modify to edit the DB connection info
- Any reason why PB wouldn't wouldn't be stable outside of a Docker container?
- I'm quite new to ruby. How do I actually launch PB?
Guy