-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathsettings.json
More file actions
49 lines (49 loc) · 1.35 KB
/
Copy pathsettings.json
File metadata and controls
49 lines (49 loc) · 1.35 KB
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
{
"application": {
"single_instance_guid": ""
},
"debugging": {
"show_console": false,
"log_level": "DEBUG4",
"log_file": "debug.log"
},
"main_window": {
"title": "WordPress with SQLite",
"icon": "",
"default_size": [1024, 700],
"minimum_size": [800, 600],
"maximum_size": [0, 0],
"disable_maximize_button": false,
"center_on_screen": true,
"start_maximized": false
},
"popup_window": {
"icon": "",
"fixed_title": ""
},
"web_server": {
"listen_on": ["127.0.0.1", 8080],
"www_directory": "www",
"index_files": "www/index.php",
"cgi_interpreter": "php/php-cgi.exe",
"cgi_extensions": ["php"],
"cgi_temp_dir": "",
"404_handler": "/pretty-urls.php"
},
"msie": {
"error_page": "www/_error-page.php",
"smooth_scroll": false,
"enable_f5_refresh": true,
"show_context_menu": true,
"use_themes": true,
"disable_script_debugger": false,
"hide_dialog_boxes": false,
"silent_operations": false,
"autocomplete_forms": false,
"windowed_select_control": true,
"disable_scrollbars": false,
"flat_scrollbars": false,
"utf8_url_encoding": true,
"dpi_aware": false
}
}