We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 383d44b commit 2e97832Copy full SHA for 2e97832
swa-db-connections/staticwebapp.database.config.json
@@ -1,5 +1,5 @@
1
{
2
- "$schema": "https://github.com/Azure/data-api-builder/releases/download/v1.1.7/dab.draft.schema.json",
+ "$schema": "https://github.com/Azure/data-api-builder/releases/download/v1.2.10/dab.draft.schema.json",
3
"data-source": {
4
"database-type": "mssql",
5
"connection-string": "@env('MSSQL')",
@@ -27,6 +27,10 @@
27
"provider": "StaticWebApps"
28
},
29
"mode": "production"
30
+ },
31
+ "cache": {
32
+ "enabled": true,
33
+ "ttl-seconds": 1
34
}
35
36
"entities": {
0 commit comments