sync/config.js

14 lines
311 B
JavaScript
Raw Normal View History

2013-02-16 17:19:59 +00:00
/**
* Copyright 2013 Calvin 'calzoneman' Montgomery
*
* Licensed under Creative Commons Attribution-NonCommercial 3.0
* See http://creativecommons.org/licenses/by-nc/3.0/
*
*/
2013-02-16 05:02:42 +00:00
exports.MYSQL_SERVER = '';
exports.MYSQL_DB = '';
exports.MYSQL_USER = '';
exports.MYSQL_PASSWORD = '';
exports.IO_PORT = 1337;