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 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:
|
||||||
|
|||||||
Reference in New Issue
Block a user