-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathconfig.template.json
42 lines (42 loc) · 1.06 KB
/
config.template.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
30
31
32
33
34
35
36
37
38
39
40
41
42
{
"playcanvas": {
"project_id": 9999,
"name": "Project name",
"scenes" : [9999],
"branch_id": "99999999-9999-9999-9999-999999999999",
"description": "",
"preload_bundle": false,
"version": "",
"release_notes": "",
"scripts_concatenate": true,
"scripts_sourcemaps": false,
"scripts_minify": true,
"optimize_scene_format": false,
"engine_version": ""
},
"csp": {
"style-src": [
"'self'",
"'unsafe-inline'"
],
"connect-src": [
"'self'",
"blob:",
"data:",
"https://*.google-analytics.com"
],
"patch_preload_bundles": false
},
"one_page": {
"patch_xhr_out": false,
"inline_game_scripts": false,
"extern_files": {
"enabled": false,
"folder_name": "",
"external_url_prefix": ""
},
"mraid_support": false,
"snapchat_cta": false,
"compress_engine": false
}
}