Config clean up and unification. The base servers were doing more than

they needed to and when all that was stripped away, they didn't really
need their own config files.

Now what little config they need is provided by the users of these basic
services so that said users can make their own decisions about where to
obtain configuration information.


git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@1820 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Michael Bayne
2002-10-21 20:56:21 +00:00
parent 2b345cb8cf
commit a0e9044e93
13 changed files with 21 additions and 266 deletions
-9
View File
@@ -1,9 +0,0 @@
#
# $Id: server.properties,v 1.4 2001/12/04 01:12:50 mdb Exp $
#
# Configuration for the Crowd server
# These invocation service providers will be registered with the
# invocation manager during the server init process
providers = \
chat = com.threerings.crowd.chat.ChatProvider
-13
View File
@@ -1,13 +0,0 @@
#
# $Id: dbmap.properties,v 1.1 2001/10/03 23:24:09 mdb Exp $
#
# This provides information on the JDBC connections that are used by
# MiCasa server services.
#
# The database mapping for the user database.
#
userdb.driver = org.gjt.mm.mysql.Driver
userdb.url = jdbc:mysql://depravity:3306/usermgmt
userdb.username = www
userdb.password = Il0ve2PL@Y
-11
View File
@@ -1,11 +0,0 @@
#
# $Id: server.properties,v 1.4 2001/10/11 04:07:50 mdb Exp $
#
# Configuration for the Presents server
# These invocation service providers will be registered with the
# invocation manager during the server init process
providers =
# The port on which the connection manager listens for clients.
conmgr_port = 4007
-13
View File
@@ -1,13 +0,0 @@
#
# $Id: dbmap.properties,v 1.1 2001/09/28 22:23:48 mdb Exp $
#
# Database map for the Whirled server. This provides information on the
# JDBC connections that are used by Whirled server services.
#
# A sample database mapping for a database identified as "scenedb".
#
scenedb.driver = org.gjt.mm.mysql.Driver
scenedb.url = jdbc:mysql://DBHOSTNAME:3306/DBNAME
scenedb.username = MYUSERNAME
scenedb.password = MYPASSWORD
-18
View File
@@ -1,18 +0,0 @@
#
# $Id: server.properties,v 1.2 2001/09/28 22:23:48 mdb Exp $
#
# Configuration for the Whirled server
#
# These invocation service providers will be registered with the
# invocation manager during the server init process.
#
providers = \
whirled!scene = com.threerings.whirled.server.SceneProvider
#
# This specifies the path (in the classpath) to a properties file which
# configures the StaticConnectionProvider that is used to provide database
# connections to the Whirled server.
#
dbmap = rsrc/config/whirled/dbmap.properties