-
Notifications
You must be signed in to change notification settings - Fork 152
/
config.json
29 lines (29 loc) · 953 Bytes
/
config.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
{
"templates": {
"visuals": "templates/visuals",
"pbiviz": "templates/pbiviz.json.template",
"plugin": "templates/plugin.ts.template",
"package": "templates/package.json.template"
},
"generate": { "apiVersion": "5.3.0" },
"constants": { "minAPIversion": "4.7.0" },
"build": {
"precompileFolder": ".tmp/precompile",
"dropFolder": ".tmp/drop",
"js": "tmp.visual.js",
"css": "visual.css",
"stats": "../../webpack.statistics.html"
},
"package": { "dropFolder": "dist" },
"server": {
"assetsRoute": "/assets",
"certificateFolder": "pbiviz-certs",
"privateKey": "PowerBICustomVisualTest_private.key",
"certificate": "PowerBICustomVisualTest_public.crt",
"pfx": "PowerBICustomVisualTest_public.pfx",
"passphrase": "PowerBICustomVisualTestPass.txt"
},
"visualTemplates": {
"circlecard": "https://codeload.github.com/microsoft/powerbi-visuals-circlecard-react/zip/master"
}
}