Skip to content

Commit ebde69d

Browse files
committed
GPII-3138: Update snapsets in the database
Fixed markdown errors.
1 parent d9ac25e commit ebde69d

1 file changed

Lines changed: 7 additions & 2 deletions

File tree

README.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,21 +98,26 @@ have set the `NODE_ENV` variable.
9898

9999
### Convert Preferences Data
100100

101-
GPII has two sets of source preferences JSON5 data files, located at `%gpii-universal/testData/preferences` and `%gpii-universal/tests/data/preferences/`. These are converted and used in various configurations.
101+
GPII has two sets of source preferences JSON5 data files, located at `%gpii-universal/testData/preferences` and
102+
`%gpii-universal/tests/data/preferences/`. These are converted and used in various configurations.
103+
104+
The preferences files in `%gpii-universaluniversal/testData/preferences/` are converted into both `snapset` and
105+
`user` preferences:
102106

103-
The preferences files in `%gpii-universaluniversal/testData/preferences/` are converted into both `snapset` and `user` preferences:
104107
* `%gpii-universal/build/dbData/snapset/gpiiKeys.json`
105108
* `%gpii-universal/build/dbData/snapset/prefsSafes.json`
106109
* `%gpii-universal/build/dbData/user/gpiiKeys.json`
107110
* `%gpii-universal/build/dbData/user/prefsSafes.json`
108111

109112
The above `snapset` preferences safes and GPII keys are:
113+
110114
1. loaded into the production and the staging CouchDB in cloud environments.
111115
2. loaded into the PouchDB when GPII runs locally, regardless of which configuration is used.
112116

113117
The above `user` preferences are loaded into the local PouchDB for running GPII integration tests.
114118

115119
The preferences in `%gpii-universal/tests/data/preferences/` are converted into `user` preferences:
120+
116121
* `%gpii-universal/build/tests/dbData/user/gpiiKeys.json`
117122
* `%gpii-universal/build/tests/dbData/user/prefsSafes.json`
118123

0 commit comments

Comments
 (0)