summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
Diffstat (limited to 'examples')
-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"
+ }
+}