-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env
More file actions
35 lines (25 loc) · 720 Bytes
/
.env
File metadata and controls
35 lines (25 loc) · 720 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
29
30
31
32
33
34
35
# MinIO Configuration
MINIO_ROOT_USER=minio
MINIO_ROOT_PASSWORD=minio123
MINIO_CONSOLE_PORT=9001
MINIO_API_PORT=9000
# PostgreSQL Configuration
POSTGRES_USER=pos
POSTGRES_PASSWORD=pos123
POSTGRES_DB=PostDB
POSTGRES_PORT=5432
POSTGRES_ENDPOINT=jdbc:postgresql://localhost:5432/PostDB
DATA_ENPOINT=jdbc:postgresql://localhost:5432/BankData
# pgAdmin Configuration
PGADMIN_DEFAULT_EMAIL=harshithts.dev@gmail.com
PGADMIN_DEFAULT_PASSWORD=pos123
PGADMIN_PORT=8000
S3_ACCESS_KEY=minio
S3_SECRET_KEY=minio123
S3_ENDPOINT=http://localhost:9000
AIRFLOW_ADMIN_USER=harshu
AIRFLOW_ADMIN_FIRSTNAME=harshu
AIRFLOW_ADMIN_LASTNAME=TS
AIRFLOW_ADMIN_PASSWORD=air123
AIRFLOW_ADMIN_EMAIL=harshithts.dev@gmail.com
BUCKET_NAME=juk