63 lines
1.3 KiB
XML
63 lines
1.3 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<root>
|
|
<logger>
|
|
<encode>0</encode>
|
|
<level>2</level>
|
|
<saveday>1</saveday>
|
|
<filesize>40</filesize>
|
|
<monitor>1</monitor>
|
|
</logger>
|
|
|
|
<Application>
|
|
<GM>0</GM>
|
|
</Application>
|
|
|
|
<Rabbitmq>
|
|
<Host>testbuild.shoa.com</Host>
|
|
<Port>5672</Port>
|
|
<Username>samba</Username>
|
|
<Password>samba</Password>
|
|
<VHost>vh_samba_dev</VHost>
|
|
</Rabbitmq>
|
|
|
|
<Redis>
|
|
<Entry key="RedisMoney">
|
|
<Host>testbuild.shoa.com</Host>
|
|
<Port>6379</Port>
|
|
<DB0>0</DB0>
|
|
</Entry>
|
|
|
|
<Entry key="RedisBaseInfo">
|
|
<Host>testbuild.shoa.com</Host>
|
|
<Port>6379</Port>
|
|
<DB0>0</DB0>
|
|
</Entry>
|
|
|
|
<Entry key="RedisConfig">
|
|
<Host>testbuild.shoa.com</Host>
|
|
<Port>6379</Port>
|
|
<DB0>0</DB0>
|
|
</Entry>
|
|
|
|
<Entry key="RedisGameLog">
|
|
<Host>testbuild.shoa.com</Host>
|
|
<Port>6379</Port>
|
|
<DB0>0</DB0>
|
|
</Entry>
|
|
</Redis>
|
|
|
|
<Mysql>
|
|
<ConfigDB>samba_config_db</ConfigDB>
|
|
<UserDB>samba_user_db</UserDB>
|
|
<PayDB>samba_pay_db</PayDB>
|
|
<DataDB>samba_data_db</DataDB>
|
|
<Host>testbuild.shoa.com</Host>
|
|
<Port>3306</Port>
|
|
<Username>sambaserver</Username>
|
|
<Password>sambaserver</Password>
|
|
<!-- <db_max_conn>1</db_max_conn>-->
|
|
<!-- <conn_idle_time>300</conn_idle_time>-->
|
|
</Mysql>
|
|
|
|
</root>
|