blob: df31781b6d7a8c5604f017ea07f093e642610bf1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
formatVersion: 1
formatType: am-configuration
---
applications:
builtinAppsManifestDir: "${EXECUTABLE_DIR}/apps"
installationDir: "${stdpath:TempLocation}/qtam-example/package-installation/apps"
ui:
fullscreen: no
mainQml: "${CONFIG_DIR}/system-ui/main.qml"
style: Universal
systemProperties:
public:
serverBaseDir: '${EXECUTABLE_DIR}/ps-data'
packageServer:
url: "http://localhost:8020"
projectId: 'PROJECT'
# development setup:
flags:
noSecurity: yes
noUiWatchdog: yes
|