-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
26 lines (19 loc) · 752 Bytes
/
.env.example
File metadata and controls
26 lines (19 loc) · 752 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
# .env — for Secrets & Environment-Specific Variables
# Used to store sensitive credentials or environment-specific info.
# Path to Google Cloud service account credentials (this path is mounted in docker, for this project)
GOOGLE_APPLICATION_CREDENTIALS=/opt/airflow/config/gcs_keys.json
# Airflow's PostgreSQL Metadata Database (used internally by Airflow)
AIRFLOW_POSTGRES_DB=your_db
AIRFLOW_POSTGRES_USER=your_username
AIRFLOW_POSTGRES_PASSWORD=your_password
# Capstone 2
NYC_POSTGRES_DB_HOST=retail_postgres_31
NYC_POSTGRES_DB_PORT=5432
NYC_POSTGRES_DB_NAME=nyc
NYC_POSTGRES_DB_USER=your_db
NYC_POSTGRES_DB_PASS=your_password
#webhook
DISCORD_WEBHOOK = "https://discord.com/api/webhooks/URL"
# .env file
EMAIL_SENDER=""
EMAIL_PASSWORD=""