20 lines
384 B
Plaintext
20 lines
384 B
Plaintext
# Lines beginning with # will be ignored
|
|
#
|
|
# l33t_server config file
|
|
#
|
|
# This file will override internal static compiled
|
|
# default configurations for the server.
|
|
#
|
|
# Any settings in this file will be overwritten by any command line
|
|
# arguments passed to the application.
|
|
#
|
|
|
|
# Load Dir
|
|
LOAD_DIR:../
|
|
|
|
# MAX_THREADS
|
|
MAX_THREADS:16
|
|
|
|
# Port Number
|
|
PORT_NUMBER:1337
|