File tree 3 files changed +4
-3
lines changed
3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 1
1
"""META API credentials"""
2
2
3
3
# Meta's Graph API version
4
- META_API_VERSION="v21 .0"
4
+ META_API_VERSION="v22 .0"
5
5
6
6
# Meta's identifier for the Twiga app
7
7
META_APP_ID=
@@ -46,6 +46,7 @@ ONBOARDING_FLOW_ID=
46
46
SUBJECTS_CLASSES_FLOW_ID=
47
47
FLOW_TOKEN_ENCRYPTION_KEY=
48
48
49
+ # For when ENVIRONMENT is set to "staging" or "production"
49
50
# Redis for rate limiting
50
51
REDIS_URL=redis://localhost:6379
51
52
Original file line number Diff line number Diff line change 36
36
37
37
rate_limit :
38
38
global_message_limit : " 🚫 Twiga is currently unavailable. Please come back later."
39
- user_message_limit : " 🚫 You have reached your daily messaging limit, so Twiga 🦒 is quite sleepy from all of today's texting 🥱. Come back in later!"
39
+ user_message_limit : " 🚫 You have reached your daily messaging limit, so Twiga 🦒 is quite sleepy from all of today's texting 🥱. Come back later!"
Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ class Settings(BaseSettings):
40
40
database_url : SecretStr
41
41
42
42
# Business environment
43
- environment : Environment = Environment .DEVELOPMENT
43
+ environment : Environment = Environment .LOCAL
44
44
debug : bool = True
45
45
46
46
@property
You can’t perform that action at this time.
0 commit comments