UNPKG
leagueofcomicgeeks
Version:
latest (1.1.0)
1.1.0
1.0.1
1.0.0
Unofficial Node.js library for interacting with League of Comic Geeks
leagueofcomicgeeks
/
config.js
13 lines
(10 loc)
•
251 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
const
types =
require
(
'./src/utils/types'
);
const
protocol =
'https://'
;
const
domain =
'leagueofcomicgeeks.com'
;
module
.
exports
= { protocol, domain,
rootUrl
:
`
${protocol}
${domain}
`
,
sessionKey
:
'ci_session'
,
defaultType
: types.
SERIES
};