Skip to content

Commit 118b7c4

Browse files
committed
[Config Files] Review Tweaks
1 parent fbc933a commit 118b7c4

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

source/config/data_sources.txt

+2-1
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ MongoDB Data Source Configuration Files
2121
└── <database>/
2222
└── <collection>/
2323
├── schema.json
24+
├── relationships.json
2425
└── rules.json
2526

2627
Service Configuration
@@ -187,7 +188,7 @@ Relationships
187188
* - | ``foreign_key``
188189
| String
189190
- The name of the field in the foreign collection's schema that contains
190-
the value reference by ``source_key``.
191+
the value referenced by ``source_key``.
191192

192193
* - | ``is_list``
193194
| Boolean

source/config/sync.txt

+1
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ Configuration
3030
{
3131
"state": <"enabled" | "disabled">,
3232
"development_mode_enabled": <Boolean>,
33+
"service_name": "<Data Source Name>",
3334
"database_name": "<Development Mode Database Name>",
3435
"partition": {
3536
"key": "<Partition Key Field Name>",

0 commit comments

Comments
 (0)