-
Notifications
You must be signed in to change notification settings - Fork 8
/
config.ini
25 lines (24 loc) · 857 Bytes
/
config.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
[signalservergui]
data_dir = data
output_dir = downloads
database_dir = db
[signalserver]
# path required - absolute path of signalserver executable.
path = /usr/bin/signalserver
# elevation_data_dir = custom directory; default is {data_dir}/elevation
# lidar_data_dir = custom directory; default is {data_dir}/lidar
# user_data_dir = custom directory; default is {data_dir}/user
# clutter_data_dir = custom directory; default is {data_dir}/clutter
# antenna_profiles_dir = custom directory; default is {data_dir}/antennas
# color_profiles_dir = custom directory; default is {data_dir}/color_profiles
# color_profile = color profile filename; default is {data_dir}/color_profiles/rainbow.dcf
# debug = true
# greyscale = true
# normalize = true
# halve = 1
# nothreads = true
# metric = true
# dbm = true
[convert]
path = /usr/bin/convert
output_type = png