chore(config): keep config files upto date

This commit is contained in:
Harminder Virk 2017-10-30 11:36:27 +05:30
parent 1cf27ce65f
commit 4ef0732db5
2 changed files with 19 additions and 1 deletions

View File

@ -67,7 +67,6 @@ module.exports = {
*/
jsonpCallback: 'callback',
/*
|--------------------------------------------------------------------------
| Etag

View File

@ -134,5 +134,24 @@ module.exports = {
|
*/
processManually: []
/*
|--------------------------------------------------------------------------
| Temporary file name
|--------------------------------------------------------------------------
|
| Define a function, which should return a string to be used as the
| tmp file name.
|
| If not defined, Bodyparser will use `uuid` as the tmp file name.
|
| To be defined as. If you are defining the function, then do make sure
| to return a value from it.
|
| tmpFileName () {
| return 'some-unique-value'
| }
|
*/
}
}