forked from larspensjo/ephenation-server
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.ini
29 lines (24 loc) · 907 Bytes
/
config.ini
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
#
# This is the configuration file for the Ephenation server
# Some of the keys are loaded every time they are checked.
#
# Information on how to connect to the database. Leave '[db]' commented
# to skip the timeout from opening the connection.
# [db]
DatabaseServer = localhost:47831
DatabaseName = ephenation
DatabaseLogin = ephenation
DatabasePassword = dummy777
[client]
# This defines the major and minor version number of the current client version.
# It can be updated live, without restarting the server.
major=4
minor=2
[login]
# Enable or disable login with test players. Default is false.
testplayer = true
# testip is a comma separated list of IP addresses from where login as --testuser is allowed.
# Remove this to allow connections from anywhere. Automatic testing simulates from 127.0.0.1.
testip = 127.0.0.1
# Define a salt used for the md5 encryption of passwords
salt =