/etc/xdg/ubuntu-push-client/config.json is in ubuntu-push-client 0.68+16.04.20160310.2-0ubuntu1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 | {
"auth_helper": "/usr/lib/ubuntu-push-client/signing-helper",
"session_url": "https://push.ubuntu.com/",
"registration_url": "https://push.ubuntu.com",
"connect_timeout": "20s",
"exchange_timeout": "30s",
"hosts_cache_expiry": "12h",
"expect_all_repaired": "40m",
"addr": "https://push.ubuntu.com/delivery-hosts",
"cert_pem_file": "",
"stabilizing_timeout": "2s",
"recheck_timeout": "10m",
"connectivity_check_url": "http://start.ubuntu.com/connectivity-check.html",
"connectivity_check_md5": "4589f42e1546aa47ca181e5d949d310b",
"log_level": "info",
"fallback_vibration": {"pattern": [100, 100], "repeat": 2},
"fallback_sound": "sounds/ubuntu/notifications/Slick.ogg",
"poll_interval": "5m",
"poll_settle": "20ms",
"poll_net_wait": "1m",
"poll_polld_wait": "3m",
"poll_done_wait": "5s",
"poll_busy_wait": "1s"
}
|