aboutsummaryrefslogtreecommitdiff
path: root/.envrc
blob: 015c979c96dc22a7b36fd4ae197bdd07e3559b17 (plain)
1
2
3
4
5
6
7
8
9
10
11
# Settings for ppq configuration
export PPQ_POSTGRES_VERSION=15
export PPQ_POSTGRES_DIR=$(expand_path postgres)
export PPQ_POSTGRES_DATA_DIR=$(expand_path postgres/data)

# Settings for libpq-based clients and postgres itself
export PGDATA="${PPQ_POSTGRES_DATA_DIR}"
export PGHOST="${PPQ_POSTGRES_DATA_DIR}"
export PGUSER=postgres

use nix