summaryrefslogtreecommitdiffstats
path: root/examples/applicationmanager/monitor/am-config.yaml
blob: 5212d8fb9af4e855d3478340e9799ebadd5dfe99 (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
formatVersion: 1
formatType: am-configuration
---

installationLocations:
- id: "internal-0"
  installationPath: "/tmp/am/apps"
  documentPath: "/tmp/am/docs"
  mountPoint: "/tmp"
  isDefault: true

applications:
  builtinAppsManifestDir: "apps"
  installedAppsManifestDir: "/tmp/am/manifests"
  appImageMountDir: "/tmp/am/image-mounts"
  database: "/tmp/am/apps.db"

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

ui:
  mainQml: "system-ui/main.qml"

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