Fix code style
parent
b09222bd73
commit
a375124074
|
@ -18,11 +18,11 @@ module.exports = {
|
|||
db: 'cc-test',
|
||||
dredd: {
|
||||
env: 'dreddTest',
|
||||
port: 3001
|
||||
port: 3001,
|
||||
},
|
||||
unit: {
|
||||
env: 'unitTest',
|
||||
port: 3010
|
||||
}
|
||||
}
|
||||
port: 3010,
|
||||
},
|
||||
},
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue