Permalink
Cannot retrieve contributors at this time
Name already in use
A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
scriptdev2/scriptdev2.conf.dist.in
Go to fileThis commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
16 lines (13 sloc)
729 Bytes
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # 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" |