aboutsummaryrefslogtreecommitdiffstats
path: root/am-config.yaml
blob: 1c96486c24cae97e3fa83093f9bc4f1d9abf6314 (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
formatVersion: 1
formatType: am-configuration
---
# basic AM functionality - the builtin apps are in 'apps'.

applications:
  builtinAppsManifestDir: "${CONFIG_PWD}/apps"

# QML apps will be able to import from modules...

runtimes:
  qml:
    importPaths: [ "${CONFIG_PWD}/imports/shared" ]

# ... as well as the SystemUI

ui:
  fullscreen: yes
  mainQml: "${CONFIG_PWD}/Main.qml"
  importPaths: [ "${CONFIG_PWD}/imports/shared", "${CONFIG_PWD}/imports/system" ]
  additionalConfiguration:
    appStoreServerUrl: 'http://chaos.pelagicore.net:8080'
    styleConfig: "auto"
    showCluster: yes
  windowIcon: "${CONFIG_PWD}/imports/shared/assets/icons/active/apps@96.png"

# development setup: no security

flags:
  noSecurity: yes
  noUiWatchdog: yes