forked from prey/prey-node-client
-
Notifications
You must be signed in to change notification settings - Fork 0
/
prey.conf.default
48 lines (33 loc) · 1.29 KB
/
prey.conf.default
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
48
#############################
# Prey Configuration
#############################
# List of plugins to load at startup. For options, run 'prey config plugins'.
plugin_list = control-panel
# Whether to try to connect to an open Wifi network if not online, when needing to send data.
auto_connect = false
# Allows Prey to auto-update itself when new versions are released.
auto_update = true
# Fetch edge releases before they reach the stable branch. No effect without auto_update.
download_edge = false
# Whether to inform about runtime errors to the development team. It helps. :)
send_crash_reports = true
# HTTP proxy server to try if a request fails (eg. http://my.proxy.com:3128)
try_proxy =
# These are temporary placeholders to persist the values when upgrading. Do not remove.
api_key =
device_key =
[control-panel]
# Host to connect to.
host = solid.preyproject.com
# Protocol to use. Either http or https.
protocol = https
# Your account's API key.
api_key =
# Your device's unique key.
device_key =
# Includes status info (battery info, logged user, etc) when checking in.
send_status_info = true
# Whether to send hardware information on boot, to detect any changes.
scan_hardware = false
# Allows to keep location info updated, retrieving it on connection status changes.
location_aware = false