AlainDeLong commited on
Commit
526605e
·
1 Parent(s): 54c2a57

chore: update config

Browse files
Files changed (1) hide show
  1. app/core/config.py +0 -5
app/core/config.py CHANGED
@@ -22,9 +22,6 @@ class Settings(BaseSettings):
22
  MONGODB_USR: str
23
  MONGODB_PWD: str
24
 
25
- # Kafka Name Topic
26
- KAFKA_TOPIC: str
27
-
28
  # Data Fetching Strategy Settings
29
  FETCH_NUM_ENTITIES: int = 20
30
  FETCH_VIDEOS_PER_ENTITY: int = 5
@@ -46,8 +43,6 @@ class Settings(BaseSettings):
46
  # QStash Settings
47
  QSTASH_URL: str = "https://qstash.upstash.io"
48
  QSTASH_TOKEN: str
49
- QSTASH_CURRENT_SIGNING_KEY: str
50
- QSTASH_NEXT_SIGNING_KEY: str
51
 
52
  # Base URL for the application, used for constructing callback URLs
53
  BASE_URL: str = "http://localhost:8000"
 
22
  MONGODB_USR: str
23
  MONGODB_PWD: str
24
 
 
 
 
25
  # Data Fetching Strategy Settings
26
  FETCH_NUM_ENTITIES: int = 20
27
  FETCH_VIDEOS_PER_ENTITY: int = 5
 
43
  # QStash Settings
44
  QSTASH_URL: str = "https://qstash.upstash.io"
45
  QSTASH_TOKEN: str
 
 
46
 
47
  # Base URL for the application, used for constructing callback URLs
48
  BASE_URL: str = "http://localhost:8000"