From b52c98c6b3e49eda36831b74de6288aaa5938783 Mon Sep 17 00:00:00 2001 From: Joakim Persson Date: Fri, 2 Aug 2024 00:10:05 +0200 Subject: [PATCH] FIxat syntaxiskt fel: true -> True. Rensat bortkommernterad kod. --- smartassist/config/smartassist.yaml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/smartassist/config/smartassist.yaml b/smartassist/config/smartassist.yaml index 852552b..77f971f 100644 --- a/smartassist/config/smartassist.yaml +++ b/smartassist/config/smartassist.yaml @@ -1,7 +1,3 @@ -# Frontend Configuration -# frontend: -# url: "http://localhost:5004" - # Backend Configuration backend: url: "http://localhost:5004" @@ -47,7 +43,7 @@ logging: # Cache Settings (Optional) cache: - enabled: true + enabled: True timeout: 60 # Seconds test: