Browse Source

ciao config

pull/4/head
Peter Johnson 10 years ago
parent
commit
aca492c054
  1. 2
      package.json
  2. 5
      test/ciao.json

2
package.json

@ -11,7 +11,7 @@
"test": "npm run unit && npm run ciao",
"unit": "node test/unit/run.js | tap-spec",
"ciao": "node node_modules/ciao/bin/ciao -c test/ciao.json test/ciao",
"docs": "cd test/ciao; node ../../node_modules/ciao/bin/ciao -c ../ciao.json . -d ../../docs"
"docs": "rm -r docs; cd test/ciao; node ../../node_modules/ciao/bin/ciao -c ../ciao.json . -d ../../docs"
},
"repository": {
"type": "git",

5
test/ciao.json

@ -2,10 +2,7 @@
"defaults": {
"protocol": "http",
"host": "localhost",
"port": 3100,
"headers": {
"User-Agent": "Ciao/Client 1.0"
}
"port": 3100
},
"config": {}
}
Loading…
Cancel
Save