-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathconfig.xml
More file actions
31 lines (27 loc) · 1.22 KB
/
config.xml
File metadata and controls
31 lines (27 loc) · 1.22 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
<selectbf-config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://www.selectbf.org/xsd/selectbf-config.xsd">
<!--DATABASE CONFIGURATION-->
<database user="user" password="password" database="database" port="3306">localhost</database>
<!--FILE MANAGEMENT-->
<after-parsing>remain</after-parsing>
<archive-folder>\archive\</archive-folder>
<after-download>remain</after-download>
<delete-decompressed-xml-files>true</delete-decompressed-xml-files>
<rename-at-error>false</rename-at-error>
<!--DATA MANAGEMENT-->
<log-bots>false</log-bots>
<trim-database days="5" keep-players="false">false</trim-database>
<skip-empty-rounds>false</skip-empty-rounds>
<lan-mode>false</lan-mode>
<!--OTHER STUFF-->
<consistency-check>true</consistency-check>
<memory-safer>true</memory-safer>
<!--LOG SOURCES-->
<!--
PLEASE NOTE: None of these are mandatory, if you don't want a source, delete it.
Also you can add as much sources as you want.
-->
<logs>
<dir live="false">c:\battlefield\mods\bf1942\logs</dir>
<ftp host="127.0.0.1" port="21" user="user" password="password" passive="false" live="false">/mods/bf1942/logs</ftp>
</logs>
</selectbf-config>