Skip to content

Commit

Permalink
[Config Files] Review Tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
nlarew committed May 11, 2021
1 parent fbc933a commit 118b7c4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion source/config/data_sources.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ MongoDB Data Source Configuration Files
└── <database>/
└── <collection>/
├── schema.json
├── relationships.json
└── rules.json

Service Configuration
Expand Down Expand Up @@ -187,7 +188,7 @@ Relationships
* - | ``foreign_key``
| String
- The name of the field in the foreign collection's schema that contains
the value reference by ``source_key``.
the value referenced by ``source_key``.

* - | ``is_list``
| Boolean
Expand Down
1 change: 1 addition & 0 deletions source/config/sync.txt
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ Configuration
{
"state": <"enabled" | "disabled">,
"development_mode_enabled": <Boolean>,
"service_name": "<Data Source Name>",
"database_name": "<Development Mode Database Name>",
"partition": {
"key": "<Partition Key Field Name>",
Expand Down

0 comments on commit 118b7c4

Please sign in to comment.