I just installed Postgres.app on my Mac, and I need to make some specific configuration to server. For example I want to use different port, not 5432.
I found that it have postgresql.conf
at ~/Library/Application\ Support/Postgres/var/postgresql.conf
, but even if I change value of port =
to something other, it listen on 5432 after server restart.
Seems that this postgresql.conf
isn't used by Postgress.app. Where it stores server configuration files?