We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b26091c commit 5050b6eCopy full SHA for 5050b6e
1 file changed
code/service/config.py
@@ -5,6 +5,11 @@ class Settings(BaseSettings):
5
FILE_STORAGE_DIR: Path
6
NO_TOKEN_DIRECTORY: Path
7
METRICS_DIRECTORY: Path
8
+ TESTS_DIRECTORY: Path
9
+ BENCHMARKS_DIRECTORY: Path
10
+ SCORE_DIRECTORY: Path
11
+ MQTT_HOST: str
12
+ MQTT_PORT: int
13
14
class Config:
15
env_file = ".env"
0 commit comments