Files
GTSchoolShit/CS4210/Project 2/server/l33t_server.conf
2025-06-07 01:59:34 -04:00

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