Working Sampler and samples routes working

Signed-off-by: Felipe Cardoso <felipe.cardoso@hotmail.it>
This commit is contained in:
2025-01-22 21:00:05 +01:00
parent 2ece0b2d8f
commit 7fc8fa17d6
3 changed files with 183 additions and 13 deletions

View File

@@ -5,7 +5,7 @@ class Settings(BaseSettings):
# SFTP Settings
SFTP_HOST: str
SFTP_USER: str
SFTP_PASSWORD: str
SFTP_KEY_PATH: str = "~/.ssh/id_rsa" # Default SSH key path
SFTP_PATH: str
SFTP_PORT: int = 22