forked from microsoft/PowerBI-visuals-tools
-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.json
28 lines (28 loc) · 787 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
{
"templates": {
"visuals": "templates/visuals",
"pbiviz": "templates/pbiviz.json.template",
"plugin": "templates/plugin.ts.template",
"package": "templates/package.json.template"
},
"generate": {
"apiVersion": "1.12.0"
},
"build": {
"precompileFolder": ".tmp/precompile",
"dropFolder": ".tmp/drop",
"js": "visual.js",
"css": "visual.css"
},
"package": {
"dropFolder": "dist"
},
"server": {
"root": "webRoot",
"assetsRoute": "/assets",
"privateKey":"certs/PowerBICustomVisualTest_private.key",
"certificate":"certs/PowerBICustomVisualTest_public.crt",
"pfx":"certs/PowerBICustomVisualTest_public.pfx",
"port":"8080"
}
}