-
Notifications
You must be signed in to change notification settings - Fork 585
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Rename
local-mongodb
to enable app replacements (#5734)
* Rename local-mongodb to enable app replacements * Reverted rename of local-mongodb-uri
- Loading branch information
1 parent
9bdd7cc
commit bb74833
Showing
2 changed files
with
4 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
5 changes: 3 additions & 2 deletions
5
...nction/services/local-mongodb/config.json → ...tom-function/services/mongodb/config.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,9 @@ | ||
{ | ||
"name": "local-mongodb", | ||
"name": "mongodb", | ||
"type": "mongodb", | ||
"config": {}, | ||
"secret_config": { | ||
"uri": "local-mongodb-uri" | ||
} | ||
}, | ||
"version": 1 | ||
} |