mirror of
https://github.com/calzoneman/sync.git
synced 2024-09-13 04:32:09 +00:00
14 lines
311 B
JavaScript
14 lines
311 B
JavaScript
/**
|
|
* Copyright 2013 Calvin 'calzoneman' Montgomery
|
|
*
|
|
* Licensed under Creative Commons Attribution-NonCommercial 3.0
|
|
* See http://creativecommons.org/licenses/by-nc/3.0/
|
|
*
|
|
*/
|
|
|
|
exports.MYSQL_SERVER = '';
|
|
exports.MYSQL_DB = '';
|
|
exports.MYSQL_USER = '';
|
|
exports.MYSQL_PASSWORD = '';
|
|
exports.IO_PORT = 1337;
|