From ca7a4bf1a78a1ddc6eb21238cc2a1633194a11cc Mon Sep 17 00:00:00 2001 From: Seline Date: Fri, 3 Oct 2008 19:21:26 -0500 Subject: [svn] * Continue Trinity Script conversion. --HG-- branch : trunk --- src/bindings/scripts/trinityscript.conf.dist | 40 ++++++++++++++-------------- 1 file changed, 20 insertions(+), 20 deletions(-) (limited to 'src/bindings/scripts/trinityscript.conf.dist') diff --git a/src/bindings/scripts/trinityscript.conf.dist b/src/bindings/scripts/trinityscript.conf.dist index 97a59270f09..8a91eda5deb 100644 --- a/src/bindings/scripts/trinityscript.conf.dist +++ b/src/bindings/scripts/trinityscript.conf.dist @@ -1,20 +1,20 @@ -# ScriptDev2 Configuration file -# This file must be placed within the directory which holds mangosd.conf and realmd.conf -ConfVersion=2008100201 - -# Database connection settings for the world server. -# Default: hostname;port;username;password;database -# .;somenumber;username;password;database - use named pipes at Windows -# Named pipes: mySQL required adding "enable-named-pipe" to [mysqld] section my.ini -# .;/path/to/unix_socket;username;password;database - use Unix sockets at Unix/Linux -# Unix sockets: experimental, not tested -ScriptDev2DatabaseInfo = "127.0.0.1;3306;mangos;mangos;scriptdev2" - -# Setting for current locale to use -Locale = 0 - -# EventAI Error reporting -# 0 - Only startup (Default) -# 1 - Startup errors and Runtime event errors -# 2 - Startup errors, Runtime event errors, and Creation errors -EAIErrorLevel = 1 \ No newline at end of file +# TrinityScript Configuration file +# This file must be placed within the directory which holds TrinityCore.conf and TrinityRealm.conf +ConfVersion=2008100201 + +# Database connection settings for the world server. +# Default: hostname;port;username;password;database +# .;somenumber;username;password;database - use named pipes at Windows +# Named pipes: mySQL required adding "enable-named-pipe" to [mysqld] section my.ini +# .;/path/to/unix_socket;username;password;database - use Unix sockets at Unix/Linux +# Unix sockets: experimental, not tested +TScriptDatabaseInfo = "127.0.0.1;3306;trinity;trinity;trinityscript" + +# Setting for current locale to use +Locale = 0 + +# EventAI Error reporting +# 0 - Only startup (Default) +# 1 - Startup errors and Runtime event errors +# 2 - Startup errors, Runtime event errors, and Creation errors +EAIErrorLevel = 1 -- cgit v1.2.3