MCPcopy Create free account
hub / github.com/JLiscom/OpenNote / serverConfig

Function serverConfig

Gruntfile.js:9–19  ·  view source on GitHub ↗
(keepalive)

Source from the content-addressed store, hash-verified

7
8// Helper function
9var serverConfig = function(keepalive){
10 if(keepalive==undefined)
11 keepalive = true;
12 return {
13 options: {
14 port: 8080,
15 base: ".",
16 keepalive: keepalive
17 }
18 };
19};
20
21module.exports = function(grunt) {
22 //Initializing the configuration object

Callers 1

Gruntfile.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected