33 lines
808 B
XML
Executable File
33 lines
808 B
XML
Executable File
<?xml version='1.0'?>
|
|
<!--
|
|
File: %RS_TOOLSCONFIG%/deployments.xml
|
|
Description: GTA5 top-level deployment server configuration.
|
|
|
|
Author: Liam Anderson <liam.anderson@rockstarnorth.com>
|
|
Date: 21 July 2014
|
|
-->
|
|
<jobdatabases>
|
|
<!-- Server List -->
|
|
<servers default="local">
|
|
|
|
<!-- prod development server (console hosted) -->
|
|
<server name="local"
|
|
address="localhost"
|
|
http_port="8080"
|
|
https_port="8081"
|
|
tcp_port="9090"
|
|
db_name="gta_jobs"
|
|
db_location="localhost"
|
|
db_username="root"
|
|
db_password="gta5t00ls*"
|
|
command_timeout="1200"
|
|
using_iis="false"
|
|
dialect="NHibernate.Dialect.MySQLDialect"
|
|
driver="NHibernate.Driver.MySqlDataDriver"
|
|
db_table_prefix="gta5ng"
|
|
read_only="false"
|
|
debug_mode="true"/>
|
|
</servers>
|
|
</jobdatabases>
|
|
|