forked from maiorBoltach/bf2142stats_emu
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathBF2142StatisticsConfig.py
30 lines (26 loc) · 1.59 KB
/
BF2142StatisticsConfig.py
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
# ------------------------------------------------------------------------------
# omero 2006-02-27
# ------------------------------------------------------------------------------
# ------------------------------------------------------------------------------
# START CONFIGURATION
# ------------------------------------------------------------------------------
# ------------------------------------------------------------------------------
# backend (webserver) listening on TCP/IP address and port
# ------------------------------------------------------------------------------
http_backend_addr = 'stella.prod.gamespy.com'
http_backend_port = 80
# ------------------------------------------------------------------------------
# RELATIVE path (webserver document root directory) to main backend script
# ------------------------------------------------------------------------------
http_backend_asp = '/bf2142statistics.php'
# ------------------------------------------------------------------------------
# PREFIX the log/snapshot with an arbitrary string
# ------------------------------------------------------------------------------
snapshot_prefix = 'BF2142'
# ------------------------------------------------------------------------------
# All AI Players (Bots) will be assigned the following address (country pourpose)
# ------------------------------------------------------------------------------
aiplayer_addr='127.0.0.1'
# ------------------------------------------------------------------------------
# END CONFIGURATION
# ------------------------------------------------------------------------------