mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2025-02-17 17:02:18 -05:00
17 lines
No EOL
325 B
CoffeeScript
17 lines
No EOL
325 B
CoffeeScript
config = require '../server_config'
|
|
winston = require 'winston'
|
|
mongoose = require 'mongoose'
|
|
async = require 'async'
|
|
errors = require './errors'
|
|
|
|
testing = '--unittest' in process.argv
|
|
|
|
module.exports.connect = ->
|
|
return
|
|
|
|
|
|
module.exports.connectToRemoteQueue = ->
|
|
return
|
|
|
|
module.exports.connectToLocalQueue = ->
|
|
return |