mirror of
https://github.com/LukeHagar/plex-api-oauth.git
synced 2025-12-08 04:20:46 +00:00
8 lines
120 B
JavaScript
8 lines
120 B
JavaScript
'use strict';
|
|
|
|
module.exports = {
|
|
silentJSONParsing: true,
|
|
forcedJSONParsing: true,
|
|
clarifyTimeoutError: false
|
|
};
|