ensl_gathers/config/environments/production.js

7 lines
70 B
JavaScript
Raw Normal View History

2015-07-20 09:41:58 +00:00
"use strict";
var config = {
port: 8080
};
module.exports = config;