-
Notifications
You must be signed in to change notification settings - Fork 7
/
settings.4DSettings
executable file
·60 lines (60 loc) · 1.85 KB
/
settings.4DSettings
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
<?xml version="1.0" encoding="UTF-8"?><preferences stamp="35">
<com.4d>
<database>
<cache size_fixed="32" size_maximum="100" size_minimum="16" size_reserved="128"/>
<cpu_priority/>
<misc/>
<data_storage allow_data_read_only="false"/>
</database>
<compiler>
<options compilation_path="4" fat_binary="true" symbol_file="true" syntax_file="true" target="all"/>
<typage default_for_button="2"/>
<method_suffix arrays="" interprocess_arrays="" interprocess_variables="" methods="" variables=""/>
</compiler>
<general component_classStore_name="pop" execute_host_database_event="true">
<mover always_display_dialog="2" forms="1"/>
</general>
<interface>
<developper allow_read_only_structure="false"/>
<user print_progress="false"/>
<shortcuts>
<accept_input_form alt="false" command="false" ctrl="false" key_code="0" shift="false"/>
<cancel_input_form alt="false" command="false" ctrl="false" key_code="0" shift="false"/>
<add_subform alt="false" command="false" ctrl="false" key_code="0" shift="false"/>
</shortcuts>
<misc/>
</interface>
<sql>
<publication port_number="1919"/>
</sql>
<server>
<network>
<options publication_name="4DPop" use_legacy_network_layer="false"/>
</network>
<misc/>
</server>
<web>
<standalone_server>
<options>
<web_passwords generic_web_user="2"/>
</options>
<configuration automatic_session_management="false">
<hosts>
<host home_page="index.html" html_root="./DossierWeb/" id="0" name="Default"/>
</hosts>
</configuration>
<log>
<backup daily="" hourly="" monthly="" size="0" weekly=""/>
</log>
<misc/>
</standalone_server>
<remote>
<configuration allow_ssl="false" automatic_session_management="false"/>
<misc/>
</remote>
</web>
<deployment>
<options/>
</deployment>
</com.4d>
</preferences>