Telnet and MySQL ports changed

This commit is contained in:
Massimiliano Pinto
2013-06-24 21:12:27 +02:00
parent f8e1d68ec5
commit 2a1fbdf98a

View File

@ -5,22 +5,24 @@
type=service type=service
router=readconnroute router=readconnroute
servers=server1,server2,server3 servers=server1,server2,server3
user=massi
auth=massi
[server1] [server1]
type=server type=server
address=localhost address=127.0.0.1
port=3306 port=3306
protocol=MySQLBackend protocol=MySQLBackend
[server2] [server2]
type=server type=server
address=localhost address=127.0.0.1
port=3307 port=3307
protocol=MySQLBackend protocol=MySQLBackend
[server3] [server3]
type=server type=server
address=localhost address=127.0.0.1
port=3308 port=3308
protocol=MySQLBackend protocol=MySQLBackend
@ -32,10 +34,10 @@ router=debugcli
type=listener type=listener
service=Debug Service service=Debug Service
protocol=telnetd protocol=telnetd
port=4042 port=4442
[Test Listener] [Test Listener]
type=listener type=listener
service=Test Service service=Test Service
protocol=MySQLClient protocol=MySQLClient
port=4006 port=4407