Skip to content

Commit e1cb520

Browse files
turn off xcsf in dev config (#819)
1 parent 2b6a4e6 commit e1cb520

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

config/config-dev.example.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ server:
66
graphPool:
77
maxCapacity: 100
88
maxWorkers: 10
9+
csrfProtection:
10+
enabled: false
911
enableGraphExtensions: true
1012
cacheControl:
1113
enabled: false

0 commit comments

Comments
 (0)