diff --git a/server/2config.ini b/server/2config.ini deleted file mode 100644 index 00be106..0000000 --- a/server/2config.ini +++ /dev/null @@ -1,34 +0,0 @@ -[General] -; determines if this server instance should run the master server - Run Master = false - -; address and port of the master server -;; if master server is in this instance, addr should be localhost -;; and port determines what port the master server runs on -Master Addr = localhost -Master Port = 16670 - -; this value used if the max users isn't specified in a server instance - Max Users = 100 - -; url to a web page that prints out the public ip address of the requester - Ip Checker = http://aroltd.com/ip.php - -[Database] - Server = aroltd.com -Username = alec -Password = Buddyman5 -Database = scape - -[Server] - Id = 1 - Port = 6770 -Max Users = 300 - -[Server] - Id = 2 - Port = 6780 - -[Server] - Id = 3 - Port = 6790 \ No newline at end of file diff --git a/server/config.ini b/server/config.ini deleted file mode 100644 index 00be106..0000000 --- a/server/config.ini +++ /dev/null @@ -1,34 +0,0 @@ -[General] -; determines if this server instance should run the master server - Run Master = false - -; address and port of the master server -;; if master server is in this instance, addr should be localhost -;; and port determines what port the master server runs on -Master Addr = localhost -Master Port = 16670 - -; this value used if the max users isn't specified in a server instance - Max Users = 100 - -; url to a web page that prints out the public ip address of the requester - Ip Checker = http://aroltd.com/ip.php - -[Database] - Server = aroltd.com -Username = alec -Password = Buddyman5 -Database = scape - -[Server] - Id = 1 - Port = 6770 -Max Users = 300 - -[Server] - Id = 2 - Port = 6780 - -[Server] - Id = 3 - Port = 6790 \ No newline at end of file