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 2bf8cee commit b25ce29Copy full SHA for b25ce29
swa-db-connections/staticwebapp.database.config.json
@@ -2,7 +2,7 @@
2
"$schema": "https://github.com/Azure/data-api-builder/releases/download/v1.3.19/dab.draft.schema.json",
3
"data-source": {
4
"database-type": "cosmosdb_nosql",
5
- "connection-string": "",
+ "connection-string": "@env('DATABASE_CONNECTION_STRING')",
6
"options": {
7
"database": "INT2",
8
"container": "engagements",
0 commit comments