Skip to content

Commit

Permalink
feat: move warehouses to new UI config
Browse files Browse the repository at this point in the history
  • Loading branch information
cisse21 committed Feb 21, 2024
1 parent 5e533ba commit dfd7d44
Show file tree
Hide file tree
Showing 4 changed files with 1,274 additions and 907 deletions.
7 changes: 5 additions & 2 deletions src/configurations/destinations/rs/db-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,9 @@
"reactnative": ["cloud"],
"flutter": ["cloud"],
"cordova": ["cloud"],
"shopify": ["cloud"]
"shopify": ["cloud"],
"cloud": ["cloud"],
"cloudSource": ["cloud"]
},
"destConfig": {
"defaultConfig": [
Expand Down Expand Up @@ -59,6 +61,7 @@
"oneTrustCookieCategories"
]
},
"secretKeys": ["password", "accessKeyID", "accessKey"]
"secretKeys": ["password", "accessKeyID", "accessKey"],
"immutableKeys": ["namespace"]
}
}
Loading

0 comments on commit dfd7d44

Please sign in to comment.