9 lines
138 B
JavaScript
9 lines
138 B
JavaScript
var config = {
|
|
connection_timeout : 5000,
|
|
output_file : {
|
|
path: './',
|
|
name: 'certificates.js'
|
|
}
|
|
};
|
|
|
|
module.exports = config; |