Skip to content

Commit

Permalink
fix: update demo config to not require a MongoDB URL
Browse files Browse the repository at this point in the history
  • Loading branch information
paulrobertlloyd committed Dec 23, 2020
1 parent 84003a6 commit 933fdcd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@
"required": true
},
"MONGODB_URL": {
"description": "URL of a MongoDB host (optional)"
"description": "URL of a MongoDB host (optional)",
"required": false
}
}
}

0 comments on commit 933fdcd

Please sign in to comment.