Skip to content

Commit 2e97832

Browse files
committed
updated to latest json schema
1 parent 383d44b commit 2e97832

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

swa-db-connections/staticwebapp.database.config.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"$schema": "https://github.com/Azure/data-api-builder/releases/download/v1.1.7/dab.draft.schema.json",
2+
"$schema": "https://github.com/Azure/data-api-builder/releases/download/v1.2.10/dab.draft.schema.json",
33
"data-source": {
44
"database-type": "mssql",
55
"connection-string": "@env('MSSQL')",
@@ -27,6 +27,10 @@
2727
"provider": "StaticWebApps"
2828
},
2929
"mode": "production"
30+
},
31+
"cache": {
32+
"enabled": true,
33+
"ttl-seconds": 1
3034
}
3135
},
3236
"entities": {

0 commit comments

Comments
 (0)