add psql env variables to .envrc

This commit is contained in:
Pim Kunis 2023-11-25 14:43:37 +01:00
parent 51f84c42ba
commit d1d52e0d96

4
.envrc
View file

@ -1 +1,5 @@
use_flake
export PGSSLROOTCERT=~/.config/home/postgresql_server.crt
export PGSSLMODE=verify-ca
export PGSSLCERT=~/.config/home/postgresql_client.crt
export PGSSLKEY=~/.config/home/postgresql_client.key