|
4 | 4 | "storage": {
|
5 | 5 | "plugins": {
|
6 | 6 | "awsS3StoragePlugin": {
|
7 |
| - "bucket": "my-s3-bucket", |
8 |
| - "region": "us-west-2", |
9 |
| - "transferAcceleration": true |
| 7 | + "bucket": "*******", |
| 8 | + "region": "*******" |
10 | 9 | }
|
11 | 10 | }
|
12 | 11 | },
|
13 | 12 | "analytics": {
|
14 | 13 | "plugins": {
|
15 | 14 | "amazonPinpointAnalyticsPlugin": {
|
16 |
| - "appId": "xx113344", |
17 |
| - "region": "us-east-1", |
18 |
| - "optOut": "ALL", |
| 15 | + "appId": "*******", |
| 16 | + "region": "*******", |
| 17 | + "optOut": "*******", |
19 | 18 | "globalUserAttributes": {
|
20 | 19 | "interests": [
|
21 |
| - "football", |
22 |
| - "basketball", |
23 |
| - "AWS" |
| 20 | + "*******", |
| 21 | + "*******", |
| 22 | + "*******" |
24 | 23 | ]
|
25 | 24 | }
|
26 | 25 | },
|
27 | 26 | "amazonKinesisAnalyticsPlugin": {
|
28 |
| - "stream": "my-kinesis-stream", |
29 |
| - "partitionKey": "my-kinesis-partition-key", |
30 |
| - "region": "us-east-1" |
| 27 | + "stream": "*******", |
| 28 | + "partitionKey": "*******", |
| 29 | + "region": "*******" |
31 | 30 | }
|
32 | 31 | }
|
33 | 32 | },
|
34 | 33 | "api": {
|
35 | 34 | "plugins": {
|
36 | 35 | "awsAPIPlugin": {
|
37 | 36 | "eventsApi": {
|
38 |
| - "__comment": "This is in Jameson's developer account, right now.", |
39 |
| - "endpointType": "GraphQL", |
40 |
| - "endpoint": "https://57qnjcavhbdatfveg5dccboqji.appsync-api.us-west-2.amazonaws.com/graphql", |
41 |
| - "region": "us-east-1", |
42 |
| - "authorizationType": "API_KEY", |
43 |
| - "apiKey": "da2-b6dnxr7f5fchzgpi7vl5ftxogm" |
44 |
| - }, |
45 |
| - "personApi": { |
46 |
| - "__comment": "This is in David's developer account, right now.", |
47 |
| - "endpointType": "GraphQL", |
48 |
| - "endpoint": "https://ek6uzvzttffmlczragsv6ipsdu.appsync-api.us-east-1.amazonaws.com/graphql", |
49 |
| - "region": "us-east-1", |
50 |
| - "authorizationType": "API_KEY", |
51 |
| - "apiKey": "da2-om5d5cekffb65agcin76nszxa4" |
52 |
| - }, |
53 |
| - "projectApi": { |
54 |
| - "__comment": "This is in David's developer account, right now.", |
55 |
| - "endpointType": "GraphQL", |
56 |
| - "endpoint": "https://xsbadeypwbgozoy6hpffr2utom.appsync-api.us-east-1.amazonaws.com/graphql", |
57 |
| - "region": "us-east-1", |
58 |
| - "authorizationType": "API_KEY", |
59 |
| - "apiKey": "da2-66qwellewfcjfefzjww56luqs4" |
60 |
| - }, |
61 |
| - "blogApi": { |
62 |
| - "__comment": "This is in David's developer account, right now.", |
63 |
| - "endpointType": "GraphQL", |
64 |
| - "endpoint": "https://pzoz25f54fbqxobwew5opcxbkm.appsync-api.us-east-1.amazonaws.com/graphql", |
65 |
| - "region": "us-east-1", |
66 |
| - "authorizationType": "API_KEY", |
67 |
| - "apiKey": "da2-3eha7ayvijdolcak6bmjqxxiie" |
68 |
| - }, |
69 |
| - "nonAuthApi": { |
70 |
| - "__comment": "This is same configuration as of iOS tests.", |
71 |
| - "endpoint": "https://0idx6yjn11.execute-api.us-east-1.amazonaws.com/beta", |
72 |
| - "region": "us-east-1", |
73 |
| - "authorizationType": "NONE", |
74 |
| - "endpointType": "REST" |
75 |
| - }, |
76 |
| - "apiKeyApi":{ |
77 |
| - "__comment": "This is same configuration as of iOS tests.", |
78 |
| - "endpoint": "https://rqdxvfh3ue.execute-api.us-east-1.amazonaws.com/Prod", |
79 |
| - "region": "us-east-1", |
80 |
| - "authorizationType": "API_KEY", |
81 |
| - "apiKey": "KjbPeqbh9F7hc2n2UVkpfD8WKF1kkYX3ydrkyHq6", |
82 |
| - "endpointType": "REST" |
| 37 | + "__comment": "*******", |
| 38 | + "endpointType": "*******", |
| 39 | + "endpoint": "*******", |
| 40 | + "region": "*******", |
| 41 | + "authorizationType": "*******", |
| 42 | + "apiKey": "*******" |
83 | 43 | }
|
84 | 44 | }
|
85 | 45 | }
|
|
0 commit comments