OSDN Git Service

Check Eos command execution parameters.
[eos/zephyr.git] / server / config.js
1 'use strict';
2
3 var path = require('path');
4
5 module.exports = {
6     ip  : "127.0.0.1",
7    port: "3000",
8    root: path.normalize(__dirname +'/../front-end/dist/')
9 };
10