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

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

[svn] * Proper SVN structure

Original author: Neo2003
Date: 2008-10-02 16:23:55-05:00

Line 
1# ScriptDev2 Configuration file
2# This file must be placed within the directory which holds mangosd.conf and realmd.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
11ScriptDev2DatabaseInfo     = "127.0.0.1;3306;mangos;mangos;scriptdev2"
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.