root/trunk/src/bindings/scripts/trinityscript.conf.dist @ 37

Revision 37, 0.9 kB (checked in by yumileroy, 17 years ago)

[svn] * svn:eol-style native set on all files that need it

Original author: Neo2003
Date: 2008-10-11 14:16:25-05:00

Line 
1# TrinityScript Configuration file
2# This file must be placed within the directory which holds TrinityCore.conf and TrinityRealm.conf
3ConfVersion=2008100201
4
5# Database connection settings for the world server.
6# Default: hostname;port;username;password;database
7#          .;somenumber;username;password;database - use named pipes at Windows
8#                Named pipes: mySQL required adding "enable-named-pipe" to [mysqld] section my.ini
9#          .;/path/to/unix_socket;username;password;database - use Unix sockets at Unix/Linux
10#                Unix sockets: experimental, not tested
11TScriptDatabaseInfo = "127.0.0.1;3306;trinity;trinity;trinityscript"
12
13# Setting for current locale to use
14Locale = 0
15
16# EventAI Error reporting
17# 0 - Only startup (Default)
18# 1 - Startup errors and Runtime event errors
19# 2 - Startup errors, Runtime event errors, and Creation errors
20EAIErrorLevel = 1
Note: See TracBrowser for help on using the browser.