forked from nodesign/weio
-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.weio
executable file
·35 lines (35 loc) · 1.12 KB
/
config.weio
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
{
"absolut_root_path": "",
"auto_to_ap": "YES",
"debug_mode": "False",
"dependencies_path": "www",
"dns_name": "weio.local",
"editor_html_path": "www/dashboard.html",
"extern_projects_path_flash": "/weioUser/flash",
"extern_projects_path_sd": "/weioUser/sd",
"extern_projects_path_usbFlash": "/weioUser/usbFlash",
"first_time_run": "YES",
"https": "NO",
"ip": "0.0.0.0",
"kill_flag": "YES",
"last_opened_files": [
"index.html",
"weioMain.py"
],
"last_opened_project": "",
"login_required": "NO",
"password": "",
"play_composition_on_server_boot": "NO",
"port": 8080,
"remote": "",
"timezone": "CET-1CEST,M3.5.0,M10.5.0/3",
"user": "",
"userAppPort": 80,
"userApp_debug_mode": "False",
"weio_board": "WeIO",
"weio_lib_path": "weioLib",
"weio_update_alternate_repository": "http://we-io.net/downloads/updates.json",
"weio_update_official_repository": "https://api.github.com/repos/nodesign/weio/releases",
"weio_update_use_official_repository": "YES",
"weio_version": "1.1"
}