- Notifications
You must be signed in to change notification settings - Fork 25
Expand file tree
/
Copy pathscriptdevzero.conf.dist.in
More file actions
Latest commit
13 lines (11 loc) · 680 Bytes
/
Copy pathscriptdevzero.conf.dist.in
File metadata and controls
13 lines (11 loc) · 680 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
# ScriptDevZero Configuration file
# This file must be placed within the directory which holds mangosd.conf and realmd.conf
[ScriptDevZeroConf]
ConfVersion=2010062001
# 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
ScriptDevZeroDatabaseInfo = "127.0.0.1;3306;mangos;mangos;scriptdevzero"