Skip to content

Commit 5050b6e

Browse files
committed
SCORE_DIRECTORY variable added
1 parent b26091c commit 5050b6e

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

code/service/config.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@ class Settings(BaseSettings):
55
FILE_STORAGE_DIR: Path
66
NO_TOKEN_DIRECTORY: Path
77
METRICS_DIRECTORY: Path
8+
TESTS_DIRECTORY: Path
9+
BENCHMARKS_DIRECTORY: Path
10+
SCORE_DIRECTORY: Path
11+
MQTT_HOST: str
12+
MQTT_PORT: int
813

914
class Config:
1015
env_file = ".env"

0 commit comments

Comments
 (0)