ffffng/server/config.js

9 lines
148 B
JavaScript
Raw Normal View History

2014-05-12 20:08:19 +02:00
'use strict';
angular.module('ffffng').factory('config', function () {
return {
port: 8080,
peersPath: '/tmp/peers'
};
});