-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
29 lines (23 loc) · 1.17 KB
/
Copy path.env.example
File metadata and controls
29 lines (23 loc) · 1.17 KB
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
# ================================================================
# Self-Storage Market Tracker — Environment Variables Template
# Copy this file to .env and fill in your real values.
# NEVER commit .env to version control.
# ================================================================
# --- Google Maps Places API ---
# Sign up: https://console.cloud.google.com/
# Enable: "Places API (New)" — $200/mo free credit
GOOGLE_MAPS_API_KEY=your_google_maps_api_key_here
# --- RentCast API (MLS-like housing data) ---
# Sign up: https://rentcast.io/api — 50 free calls/month, no credit card
RENTCAST_API_KEY=your_rentcast_api_key_here
# --- Brevo (Email Sending) ---
# Sign up: https://www.brevo.com — 300 emails/day FREE forever
BREVO_API_KEY=your_brevo_api_key_here
# --- Email Configuration ---
# The email address that sends the daily report (must be verified in Brevo)
EMAIL_FROM_ADDRESS=storage.tracker@aroundtownmovers.com
EMAIL_FROM_NAME=Around Town Movers — Storage Tracker
# Comma-separated list of recipient email addresses
EMAIL_TO_ADDRESSES=whitehat.sspr@gmail.com
# --- Dashboard URL (update once deployed to Streamlit Cloud) ---
DASHBOARD_URL=http://localhost:8501