Skip to content

Commit b25ce29

Browse files
committed
update connection string
1 parent 2bf8cee commit b25ce29

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"$schema": "https://github.com/Azure/data-api-builder/releases/download/v1.3.19/dab.draft.schema.json",
33
"data-source": {
44
"database-type": "cosmosdb_nosql",
5-
"connection-string": "",
5+
"connection-string": "@env('DATABASE_CONNECTION_STRING')",
66
"options": {
77
"database": "INT2",
88
"container": "engagements",

0 commit comments

Comments
 (0)