ed-pilots-network / backend

Project to consume the Kafka, process the messages and provide an API to access the data
Apache License 2.0
12 stars 5 forks source link

Database ports listen only on localhost #155

Closed TheGuyDanish closed 4 months ago

TheGuyDanish commented 4 months ago

This change just makes the database ports for testing/dev access only accessible on localhost/127.0.0.1. This was also introduced in #149 but I fudged it by making some other changes. Reintroducing here.

Related to #138