# Tootsville DEVELOPMENT SERVER (Rei) Configuration! # Configuration properties for Appius game server # Tootsville M&B com.tootsville.members.url=https://rama-dev.tootsville.com/membership # Tootsville Coupons com.tootsville.coupons.plushToot=false # Tootsville Mail com.tootsville.coupon.templates.freeplush=freeplushtoot com.tootsville.coupon.templates.freeplush.subject="Redeem Your Free Plush Toot!" # Local configuration folders org.starhope.appius.util.Mail.template_folder=/etc/appius/mail/ org.starhope.appius.mb.messageFile=/etc/appius/messages/mb.properties # Bug reporting and logging settings org.starhope.appius.loggerName=Appius org.starhope.appius.mailBugs=true org.starhope.appius.mailTo=brpocock+appius-dev@star-hope.org # Internal filters org.starhope.appius.filter.chat=BraqueChat org.starhope.appius.filter.login=BraqueChat # Smart Fox Server settings com.tootsville.sfs=whitney-dev # General Internet settings com.sun.www.http.proxyHost= com.sun.www.http.proxy.port=-1 mail.smtp.host=localhost org.starhope.appius.jndi.dns=dns://192.168.1.254:53 org.starhope.appius.jndi.schema=Tootsville # Game Database server access # Database server access org.starhope.appius.jdbc.useTomcat=false org.starhope.appius.jdbc.driver=com.mysql.jdbc.Driver org.starhope.appius.jdbc.login=root org.starhope.appius.jdbc.password=pole org.starhope.appius.jdbc.host=indira-dev.tootsville.com org.starhope.appius.jdbc.schema=Tootsville org.starhope.appius.jdbc.zoneSchema=AppiusZones org.starhope.appius.jdbc.storeSchema=store org.starhope.appius.jdbc.journalSchema=userTracking org.starhope.appius.jdbc.dbcpEnabled=true org.starhope.appius.jdbc.killStatements=false org.starhope.appius.jdbc.killConnections=true org.apache.commons.dbcp.maxActive=100 org.apache.commons.dbcp.minIdle=20 org.apache.commons.dbcp.maxIdle=40 org.apache.commons.dbcp.maxWait=25 org.apache.commons.dbcp.validationQuery=SELECT ID FROM users WHERE ID=1 org.apache.commons.dbcp.whenExhaustedAction=grow # Payment gateway services # Authorize.Net net.authorize.avs.retryTitle=Identity fraud prevention at work net.authorize.arbURL=https://api.authorize.net/xml/v1/request.api net.authorize.login=3qW5TKsNka6z net.authorize.transactionKey=376u8gFKqu5z5NaB net.authorize.protocol.delimiter=| net.authorize.protocol.minfields=37 net.authorize.protocol.version=3.1 net.authorize.protocol.md5kernel=wdClSs@l@jqaO~Xnn@oA net.authorize.protocol.relay_reponse=true net.authorize.request.require_cardcode=true net.authorize.testMode=true # PayPal com.paypal.sdk.apiUsername= com.paypal.sdk.apiPassword= com.paypal.sdk.signature= com.paypal.sdk.environment= # Google Checkout com.google.checkout.userName= # Object cache com.whirlycott.cache.enable=false # time between metronome ticks org.starhope.appius.metronomeTime=1000 org.starhope.appius.nudgeTime=10000 # Administrative back door org.starhope.appius.backdoor.open=true org.starhope.appius.backdoor.port=2772 org.starhope.appius.backdoor.receiveBufferSize=1024 # Flash authorization requires this org.starhope.appius.topLevelDomain=tootsville.com # After this much input, kill them. org.starhope.appius.maxInputSize=8192 # After missing this many messages, assume they're gone org.starhope.appius.futureDatagramsMax=350 # Verbose logging org.starhope.appius.debug=true # time to warn/kick idle users org.starhope.appius.idleWarnTime=900000 org.starhope.appius.idleKickTime=1200000 # Time to nudge connections to see if the user has died org.starhope.appius.nudgeTime=5000 # Time between global metronome ticks org.starhope.appius.metronomeTime=2000 # Debugging: Extremely verbose debugging dumps of live user cache org.starhope.appius.dumpLiveCache=false # Zones org.starhope.appius.zones.spawnSeconds=300 org.starhope.appius.zones.lightRatio=0.0 org.starhope.appius.zones.fullRatio=0.5 org.starhope.appius.zones.maxUsers=5 # Zap Attack org.starhope.appius.games.countdownTime=10000 org.starhope.appius.games.playTime=60000 # Shade com.tootsville.shade.hurts=100 # Extension commands (Tootsvilleâ„¢-specific) xtn.org.starhope.appius.game.Commands=com.tootsville.ExtensionCommands xtn.org.starhope.appius.sys.op.OpCommands=com.tootsville.ExtensionCommands org.starhope.appius.user.userClass=com.tootsville.user.Toot