View difference between Paste ID: Mxf2XZ0w and wifxqFnP
SHOW: | | - or go back to the newest paste.
1
## Phoenix 3.0 System Configuration File
2
3
## Licence Information
4
Otaku-Studios.username=life
5
Otaku-Studios.password=nope
6
7
## Licence Server Information
8
LicenceServer.URL=http://localhost/phx/
9
10
## MySQL Configuration
11
db.hostname=localhost
12
db.port=3306
13
db.username=root
14
db.password=password
15
db.name=database
16
17
## MySQL pooling setup (controls amount of connections)
18
db.pool.minsize=5
19
db.pool.maxsize=30
20
21
## Game TCP/IP Configuration
22-
game.tcp.bindip=0.0.0.0
22+
game.tcp.bindip=localhost
23
game.tcp.port=19
24
game.tcp.conlimit=5000
25
26
## Client configuration
27
client.ping.enabled=1
28
client.ping.interval=30000
29
30
## MUS TCP/IP Configuration
31-
mus.tcp.bindip=0.0.0.0
31+
mus.tcp.bindip=localhost
32
mus.tcp.port=30001
33-
mus.tcp.allowedaddr=0.0.0.0
33+
mus.tcp.allowedaddr=localhost
34
35
## Console Configuration
36
emu.messages.connections=1
37
emu.messages.roommgr=1