๐Ÿ“ฆ sglkc / ardd-data-warehouse

๐Ÿ“„ .env.example ยท 18 lines
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18# define project name with [a-z_]+ format for docker name
PROJECT_NAME=au_crashes

# define data warehouse creds
POSTGRES_DB=data_warehouse
POSTGRES_USER=postgres
POSTGRES_PASSWORD=securedb123

# define data warehouse exposed port
POSTGRES_HOST=localhost
POSTGRES_PORT=5432

# define exposed pgweb port
PGWEB_PORT=8081

# define metabase port
METABASE_PORT=3000