Spaces:
Sleeping
Sleeping
Update .env
Browse files
.env
CHANGED
|
@@ -1,21 +1,21 @@
|
|
| 1 |
-
# Airtable Configuration
|
| 2 |
-
# Replace these values with your actual Airtable credentials
|
| 3 |
-
|
| 4 |
-
# Your Airtable Base ID (found in your Airtable API documentation)
|
| 5 |
-
AIRTABLE_BASE_ID=
|
| 6 |
-
|
| 7 |
-
# Your Airtable API Key (Personal Access Token)
|
| 8 |
-
# Generate one at: https://airtable.com/create/tokens
|
| 9 |
-
AIRTABLE_API_KEY=
|
| 10 |
-
|
| 11 |
-
# Table names in your Airtable base
|
| 12 |
-
AIRTABLE_APPOINTMENTS_TABLE=Appointments
|
| 13 |
-
AIRTABLE_CALLS_TABLE=Call Recording
|
| 14 |
-
|
| 15 |
-
# Optional: CORS origin for development
|
| 16 |
-
# CORS_ORIGIN=http://localhost:3000
|
| 17 |
-
|
| 18 |
-
FLASK_SECRET_KEY="a-very-secret-key-change-in-production"
|
| 19 |
-
RESULT_LIMIT=50
|
| 20 |
-
|
| 21 |
baseurl="https://homemademirpur-dt.hf.space"
|
|
|
|
| 1 |
+
# Airtable Configuration
|
| 2 |
+
# Replace these values with your actual Airtable credentials
|
| 3 |
+
|
| 4 |
+
# Your Airtable Base ID (found in your Airtable API documentation)
|
| 5 |
+
#AIRTABLE_BASE_ID=sdsd
|
| 6 |
+
|
| 7 |
+
# Your Airtable API Key (Personal Access Token)
|
| 8 |
+
# Generate one at: https://airtable.com/create/tokens
|
| 9 |
+
#AIRTABLE_API_KEY=sds
|
| 10 |
+
|
| 11 |
+
# Table names in your Airtable base
|
| 12 |
+
AIRTABLE_APPOINTMENTS_TABLE=Appointments
|
| 13 |
+
AIRTABLE_CALLS_TABLE=Call Recording
|
| 14 |
+
|
| 15 |
+
# Optional: CORS origin for development
|
| 16 |
+
# CORS_ORIGIN=http://localhost:3000
|
| 17 |
+
|
| 18 |
+
FLASK_SECRET_KEY="a-very-secret-key-change-in-production"
|
| 19 |
+
RESULT_LIMIT=50
|
| 20 |
+
|
| 21 |
baseurl="https://homemademirpur-dt.hf.space"
|