first commit
This commit is contained in:
19
CS4210/Project 2/server/l33t_server.conf
Normal file
19
CS4210/Project 2/server/l33t_server.conf
Normal file
@@ -0,0 +1,19 @@
|
||||
# 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
|
||||
Reference in New Issue
Block a user