-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathexample.env
More file actions
28 lines (25 loc) · 719 Bytes
/
Copy pathexample.env
File metadata and controls
28 lines (25 loc) · 719 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# ---------------------------------
# Postgres Config
# ---------------------------------
POSTGRES_CONTAINER=postgres_dw
POSTGRES_DB=data_warehouse
POSTGRES_USER=postgres
POSTGRES_PASSWORD=postgres
POSTGRES_HOST=localhost
POSTGRES_PORT=5432
# ---------------------------------
# pgAdmin Config
# ---------------------------------
PGADMIN_DEFAULT_EMAIL=postgres@postgres.com
PGADMIN_DEFAULT_PASSWORD=postgres
PGADMIN_PORT=8080
# ---------------------------------
# Data Warehouse Layers
# ---------------------------------
BRONZE_SCHEMA=bronze
SILVER_SCHEMA=silver
GOLD_SCHEMA=gold
# ---------------------------------
# Project Paths
# ---------------------------------
DATA_PATH=/sql-data-warehouse-project/datasets