Skip to content

Commit aeb9795

Browse files
committed
Sensible defaults for mu-cl-resources
1 parent 4769095 commit aeb9795

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

config/resources/domain.lisp

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
(in-package :mu-cl-resources)
22

3+
(setf *include-count-in-paginated-responses* t)
4+
(setf *supply-cache-headers-p* t)
5+
(setf sparql:*experimental-no-application-graph-for-sudo-select-queries* t)
6+
(setf *cache-model-properties-p* t)
7+
38
;; reading in the domain.json
49
(read-domain-file "domain.json")

0 commit comments

Comments
 (0)