summaryrefslogtreecommitdiffstats
path: root/examples/applicationmanager/multi-views/am-config.yaml
blob: 1fa63b8a182310757200b33019707baeeadb5b9e (plain)
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
formatVersion: 1
formatType: am-configuration
---
installationLocations:
- id: "internal-0"
  installationPath: "/tmp/multi-views/apps"
  documentPath: "/tmp/multi-views/docs"
  mountPoint: "/tmp"
  isDefault: true

applications:
  builtinAppsManifestDir: "${CONFIG_PWD}/apps"
  installedAppsManifestDir: "/tmp/multi-views/manifests"
  appImageMountDir: "/tmp/multi-views/image-mounts"
  database: "/tmp/multi-views/apps.db"

logging:
  rules:
    - "*=false"
    - "qt.*=false"
    - "am.*=false"
    - "qml*=true"
    - "*.warning=true"
    - "*.critical=true"

ui:
  fullscreen: no
  mainQml: "${CONFIG_PWD}/system-ui/main.qml"

systemProperties:
  protected:
    light: on

# development setup:
flags:
  noSecurity: yes
  noUiWatchdog: yes