summaryrefslogtreecommitdiff
path: root/examples/config.json
diff options
context:
space:
mode:
authorAndrew Branson <andrew.branson@jolla.com>2026-05-15 12:21:39 +0200
committerAndrew Branson <andrew.branson@jolla.com>2026-05-15 12:21:39 +0200
commit1f14c5483ee111105f94d66fb3b82208946d914a (patch)
treed931715d7a3335324fbcdc51fcef1e0cef590235 /examples/config.json
Initial Sailfish devel MCP
Diffstat (limited to 'examples/config.json')
-rw-r--r--examples/config.json19
1 files changed, 19 insertions, 0 deletions
diff --git a/examples/config.json b/examples/config.json
new file mode 100644
index 0000000..fb473e5
--- /dev/null
+++ b/examples/config.json
@@ -0,0 +1,19 @@
+{
+ "default_device": "phone",
+ "devices": {
+ "phone": {
+ "ssh_target": "root@phone",
+ "username": "defaultuser",
+ "architecture": "aarch64",
+ "release": "live",
+ "user_bus_runtime_dir": "/run/user/100000",
+ "user_bus_address": "unix:path=/run/user/100000/dbus/user_bus_socket"
+ }
+ },
+ "paths": {
+ "git_root": "/home/you/git",
+ "ssh_config": "/home/you/.ssh/config",
+ "local_sdk": "/srv/mer/sdks/sfossdk/sdk-chroot",
+ "osc_api_alias": "your-obs-alias"
+ }
+}