/usr/share/poker-network/conf/poker.stats.xml is in python-poker-stats 1.7.7-3.2ubuntu2.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 | <?xml version="1.0" encoding="ISO-8859-1"?>
<settings xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="stats.xsd" ping="10" verbose="0" percentiles="4.0" poker_network_version="1.7.7">
<server host="127.0.0.1" port="19380">
<database name="_DBC_DBNAME_" host="_DBC_DBSERVER_" port="3306" user="_DBC_DBUSER_" password="_DBC_DBPASS_"/>
</server>
<database name="_DBC_DBNAME_" host="_DBC_DBSERVER_" port="3306" user="_DBC_DBUSER_" password="_DBC_DBPASS_"/>
<path>/etc/poker-engine /etc/poker-network</path>
</settings>
|