Doveps / mono

Code for Doveps projects
http://doveps.com
MIT License
0 stars 0 forks source link

03-01-2018 #114

Closed JosiahRegencia closed 6 years ago

JosiahRegencia commented 6 years ago

I a created a pg_hba.conf file. It deals with the connections for postgres. I don't the json file has something to do with the connection configurations.

https://github.com/Doveps/mono/blob/75d14dad87493412807e76cf4f77b867aa1923ec/pg_hba.conf#L1

Just couldn't seem to find a way to have docker-compose use it yet. Found this link: https://theagileadmin.com/2015/11/12/templating-config-files-in-docker-containers/

But it doesn't seem to be our solution. It deals more of python stuff.

greenmoss commented 6 years ago

Yeah, I think the pg_hba.conf we have is fine. It requires password authentication, which we provide.