Skip to content

Commit f263877

Browse files
committed
feat: step 3
1 parent a87e2d6 commit f263877

File tree

6 files changed

+5480
-3016
lines changed

6 files changed

+5480
-3016
lines changed

funpets-server/local.settings.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
{
22
"IsEncrypted": false,
33
"Values": {
4-
"FUNCTIONS_WORKER_RUNTIME": "node"
4+
"FUNCTIONS_WORKER_RUNTIME": "node",
5+
"MONGODB_CONNECTION_STRING": "<your mongodb connection string>",
6+
"MONGODB_DATABASE": "funpets-db"
57
}
68
}

0 commit comments

Comments
 (0)