forked from PX4/flight_review
-
Notifications
You must be signed in to change notification settings - Fork 0
/
config_default.ini
42 lines (34 loc) · 1.12 KB
/
config_default.ini
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
[general]
# web site url = eg. 'http://' + domain_name + '/upload'
domain_name = review.px4.io
# http or https
http_protocol = http
# path for everything that will be stored on disk (including the database)
storage_path = data
airframes_url = http://px4-travis.s3.amazonaws.com/Firmware/master/airframes.xml
parameters_url = http://px4-travis.s3.amazonaws.com/Firmware/master/parameters.xml
# for 3D view, https://www.bingmapsportal.com/
bing_maps_api_key =
# for 3D view, https://cesium.com/ion/
cesium_api_key =
# https://www.mapbox.com/account/access-tokens
mapbox_api_access_token =
# maximum number of log files to keep in RAM (LRU cache). This depends on
# available RAM and Log file size. Should be a power of 2.
log_cache_size = 8
[debug]
print_timing = 0
verbose_output = 0
[email]
# Will use SSL, port 465
smtpserver = smtp.example.com
#sender = Flight Review <[email protected]>
sender =
#user_name = [email protected]
user_name =
password =
[email_notifications]
# comma-separated list of email adresses
public_flightreport =
# comma-separated list of email adresses for crashes or unsatisfactory
public_flightreport_bad =