# ScriptDev2 Configuration file # This file must be placed within the directory which holds mangosd.conf and realmd.conf [ScriptDev2Conf] ConfVersion=2012112301 # 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" # Log File for SD2-Errors SD2ErrorLogFile = "SD2Errors.log"