mirror of
https://github.com/Foltik/Shimapan
synced 2024-11-30 22:41:47 -05:00
Add travis-ci files
This commit is contained in:
parent
e5c89eebb5
commit
fdf70ad72a
10
.travis.yml
Normal file
10
.travis.yml
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
language: node_js
|
||||||
|
node_js:
|
||||||
|
- "0.10"
|
||||||
|
services:
|
||||||
|
- mongodb
|
||||||
|
env:
|
||||||
|
global:
|
||||||
|
- NODE_ENV=travisci
|
||||||
|
before_script:
|
||||||
|
- npm install
|
21
config/travisci.json
Normal file
21
config/travisci.json
Normal file
@ -0,0 +1,21 @@
|
|||||||
|
{
|
||||||
|
"Server": {
|
||||||
|
"port": 8080,
|
||||||
|
"hostname": "http://localhost:8080"
|
||||||
|
},
|
||||||
|
"Database": {
|
||||||
|
"host": "mongodb://localhost:27017/shimapan"
|
||||||
|
},
|
||||||
|
"Upload": {
|
||||||
|
"path": "uploads"
|
||||||
|
},
|
||||||
|
"Log": {
|
||||||
|
"httpLevel": "dev"
|
||||||
|
},
|
||||||
|
"User": {
|
||||||
|
"Password": {
|
||||||
|
"saltLength": 8,
|
||||||
|
"hashIterations": 1
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user