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", "test": "npm run unit && npm run ciao",
"unit": "node test/unit/run.js | tap-spec", "unit": "node test/unit/run.js | tap-spec",
"ciao": "node node_modules/ciao/bin/ciao -c test/ciao.json test/ciao", "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": { "repository": {
"type": "git", "type": "git",

5
test/ciao.json

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