forked from ldbc/ldbc_snb_interactive_v1_impls
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env
More file actions
17 lines (15 loc) · 577 Bytes
/
Copy path.env
File metadata and controls
17 lines (15 loc) · 577 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
POSTGRES_CUSTOM_CONFIGURATION=./config/postgresql.conf
POSTGRES_CUSTOM_ARGS="config_file=/etc/postgresql.conf"
POSTGRES_CSV_DIR=/data/out-sf1/graphs/csv/bi/composite-merged-fk
POSTGRES_PASSWORD=mysecretpassword
POSTGRES_DB=ldbcsnb
POSTGRES_USER=postgres
POSTGRES_DATA_DIR=./scratch/data
POSTGRES_SCRIPTS_DIR=./scripts/
POSTGRES_PORT=5432
POSTGRES_DOCKER_IMAGE=postgres:14.2
POSTGRES_DDL_DIR=./ddl/
POSTGRES_DML_DIR=./dml/
# Enable if running on ARM architecture, otherwise leave empty
# POSTGRES_DOCKER_PLATFORM_FLAG="--platform linux/arm64"
POSTGRES_DOCKER_PLATFORM_FLAG=""