-
Notifications
You must be signed in to change notification settings - Fork 14
/
config.ini.in
95 lines (80 loc) · 2.54 KB
/
config.ini.in
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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
[hardware]
settings = @LIB_PATH@settings/settings.json
heads = @LIB_PATH@heads
feeders = @LIB_PATH@feeders
cameras = @LIB_PATH@cameras
[socket]
host = 0.0.0.0
port = 9002
[xmlrpc]
xmlrpc_host = 0.0.0.0
xmlrpc_port = 8000
[general]
lock = @FABUI_TEMP_PATH@LOCK
temperature = @[email protected]
trace = @FABUI_TEMP_PATH@trace
temp_path = @FABUI_TEMP_PATH@
fabui_path = @FABUI_PATH@
task_monitor = @FABUI_TEMP_PATH@task_monitor.json
ext_path = @SHARED_PATH@ext/
python_scripts = @PYTHON_PATH@
bigtemp_path = @BIGTEMP_PATH@
database = @[email protected]
autoinstall_file = @WWW_PATH@AUTOINSTALL
wizard_file = @WWW_PATH@WIZARD
restore_file = @WWW_PATH@RESTORE
samples_file = @WWW_PATH@SAMPLES
uploads = @UPLOAD_PATH@
userdata_path = @USERDATA_PATH@
notify_file = @[email protected]
settings_path = @LIB_PATH@settings/
plugins_path = @LIB_PATH@plugins/
bundles_path = @COLIBRI_LIB_PATH@bundle/
locale_path = @LOCALE_PATH@
network_info_file = @[email protected]
log_level = @LOG_LEVEL@
[monitor]
backtrack = 20
period = 5
[notify]
backtrack = 30
[jog]
backtrack = 20
[usb]
usb_disk_folder = @USB_MEDIA_PATH@
usb_file = /dev/sda1
[gpio]
pin = 2
[social]
blog_feed_url = https://www.fabtotum.com/feed/
blog_feed_file = @BIGTEMP_PATH@fabui/blog_feed.xml
blog_post_categories = 5,6,887
twitter_feed_url = https://www.fabtotum.com/twitter_feed.json
twitter_feed_file = @BIGTEMP_PATH@fabui/twitter_feed.json
instagram_feed_url = https://www.fabtotum.com/instagram.json
instagram_feed_file = @BIGTEMP_PATH@fabui/instagram.json
[updates]
colibri_endpoint = http://update.fabtotum.com/os/colibri/
firmware_endpoint = http://update.fabtotum.com/firmware/
plugins_endpoint = http://update.fabtotum.com/plugins/fabui-colibri/
updates_json_file = @[email protected]
[email]
fabtotum_noreply_url = http://update.fabtotum.com/mail/noreply.php
[analytics]
ga_property_id = UA-42679362-4
[my.fabtotum.com]
myfabtotum_url = https://my.fabtotum.com/myfabtotum/default/call/jsonrpc2
myfabtotum_api_version = 2
fabid_active = 0
[app.fabtotum.com]
api_url = http://app.fabtotum.com/api/
api_version = 1
connection_timeout = 300
[store]
store_api_endpoint = https://store.fabtotum.com/api/rest/
store_homepage_it_feed = @BIGTEMP_PATH@fabui/store_it.json
store_homepage_eu_feed = @BIGTEMP_PATH@fabui/store_eu.json
store_homepage_intl_feed = @BIGTEMP_PATH@fabui/store_intl.json
store_filament_it_feed = @BIGTEMP_PATH@fabui/filament_it.json
store_filament_eu_feed = @BIGTEMP_PATH@fabui/filament_eu.json
store_filament_intl_feed = @BIGTEMP_PATH@fabui/filament_intl.json