mirror of
https://github.com/eggjs/egg.git
synced 2024-12-04 07:14:30 +00:00
10 lines
108 B
JavaScript
10 lines
108 B
JavaScript
'use strict';
|
|
|
|
exports.keys = 'test key';
|
|
|
|
exports.httpclient = {
|
|
httpAgent: {
|
|
timeout: 1000,
|
|
},
|
|
};
|