Skeleton for Venison! The tile-laying game of farming, brigandeering and

general conquest.


git-svn-id: https://samskivert.googlecode.com/svn/trunk@347 6335cc39-0255-0410-8fd6-9bcaacd3b74c
This commit is contained in:
mdb
2001-10-09 20:27:35 +00:00
parent 9037e049a4
commit bec5738f2b
15 changed files with 390 additions and 3 deletions
@@ -0,0 +1,13 @@
#
# $Id: dbmap.properties,v 1.1 2001/10/09 20:27:35 mdb Exp $
#
# This provides information on the JDBC connections that are used by
# Venison 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
@@ -0,0 +1,4 @@
#
# $Id: server.properties,v 1.1 2001/10/09 20:27:35 mdb Exp $
#
# Configuration for the Venison server
@@ -0,0 +1,17 @@
#
# $Id: server.properties,v 1.1 2001/10/09 20:27:35 mdb Exp $
#
# Configuration for the MiCasa server
#
# The list of lobby identifiers to be loaded into this server.
#
lobby_ids = venison
#
# The cofiguration for the test lobby.
#
venison.config = com.threerings.micasa.lobby.LobbyConfig
venison.ugi = venison,board,tile,strategy
venison.name = Venison Lobby
venison.game_config = com.threerings.venison.VenisonConfig