SakibAhmed commited on
Commit
0c04242
·
verified ·
1 Parent(s): 2d356af

Update .env

Browse files
Files changed (1) hide show
  1. .env +20 -20
.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=appY1hTlYJdRIT7WK
6
-
7
- # Your Airtable API Key (Personal Access Token)
8
- # Generate one at: https://airtable.com/create/tokens
9
- AIRTABLE_API_KEY=patufvuN6E4aLRdWT.16c88f6ae1fd7df77568673ebc0a9b62671b73df4a98ac313870b47008be7ce5
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"