· 7 years ago · Mar 20, 2018, 05:52 PM
1{
2 "aws": {
3 "NoSql": {
4 "AccessKey": "your-access-key",
5 "SecretKey": "your-secret-key",
6 "Region": "no-sql-region"
7 }
8 },
9 "azure": {
10 "NoSQL": {
11 "ConnectionString": "your-connection-string",
12 "DatabaseName": "database-name"
13 }
14 },
15 "gcp": {
16 "NoSql": {
17 "ProjectId": "your-project-id",
18 "JsonAuthPath": "path-to-auth.json"
19 }
20 }
21}