-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy patham-config.yaml
47 lines (37 loc) · 1.21 KB
/
am-config.yaml
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
43
44
45
46
47
formatVersion: 1
formatType: am-configuration
---
# basic AM functionality - the builtin apps are in 'apps'.
# installations will go into the standard /tmp/am hierarchy
applications:
builtinAppsManifestDir: [ "${CONFIG_PWD}/apps" ]
installedAppsManifestDir: "/tmp/neptune-ui/manifests"
appImageMountDir: "/tmp/neptune-ui/image-mounts"
database: "/tmp/neptune-ui/apps.db"
# QML apps will be able to import from modules...
runtimes:
qml:
importPaths: [ "${CONFIG_PWD}/imports/shared" ]
# ... as well as the SystemUI
ui:
fullscreen: no
style: "${CONFIG_PWD}/styles/neptune"
mainQml: "${CONFIG_PWD}/Main.qml"
importPaths: [ "${CONFIG_PWD}/imports/shared", "${CONFIG_PWD}/imports/system", "${CONFIG_PWD}/sysui" ]
windowIcon: "${CONFIG_PWD}/imports/assets/icons/active/[email protected]"
systemProperties:
public:
showCluster: yes
private:
appStoreServerUrl: 'http://chaos.pelagicore.net:8080'
# development setup: no security
flags:
noSecurity: yes
noUiWatchdog: yes
# simulate an internal and a SD-card installation location
installationLocations:
- id: "internal-0"
installationPath: "/tmp/neptune-ui/apps"
documentPath: "/tmp/neptune-ui/docs"
mountPoint: "/tmp"
isDefault: true