FIxat syntaxiskt fel: true -> True. Rensat bortkommernterad kod.

This commit is contained in:
2024-08-02 00:10:05 +02:00
parent c8269f3152
commit b52c98c6b3
+1 -5
View File
@@ -1,7 +1,3 @@
# Frontend Configuration
# frontend:
# url: "http://localhost:5004"
# Backend Configuration # Backend Configuration
backend: backend:
url: "http://localhost:5004" url: "http://localhost:5004"
@@ -47,7 +43,7 @@ logging:
# Cache Settings (Optional) # Cache Settings (Optional)
cache: cache:
enabled: true enabled: True
timeout: 60 # Seconds timeout: 60 # Seconds
test: test: