Skip to content

Commit 9505c6f

Browse files
committed
config added
1 parent 24fa818 commit 9505c6f

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

config.js

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
const config = {
2+
protocol: "https",
3+
host: "cdn.contentstack.io",
4+
port: 443,
5+
version: "v3",
6+
urls: {
7+
sync: "/stacks/sync",
8+
content_types: "/content_types/",
9+
entries: "/entries/",
10+
assets: "/assets/",
11+
environments: "/environments/"
12+
},
13+
live_preview: {
14+
enable: false,
15+
host: 'api.contentstack.io'
16+
}
17+
};
18+
19+
export default config;

0 commit comments

Comments
 (0)