FIxat syntaxiskt fel: true -> True. Rensat bortkommernterad kod.
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user