UNPKG
fast-purge
Version:
latest (0.1.1)
0.1.1
0.1.0
0.0.4
0.0.3
0.0.2
0.0.1
Akamai Fast Purge plugin
github.com/mitzerh/akamai-fast-purge
mitzerh/akamai-fast-purge
fast-purge
/
config
/
index.js
15 lines
(10 loc)
•
263 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
const Helper =
require
(
'cli-helper'
).instance; const
config
= {};
config
.paths = { invalidate: { url:
'/ccu/v3/invalidate/url'
, cpcode:
'/ccu/v3/invalidate/cpcode/'
, tag:
'/ccu/v3/invalidate/tag/'
} };
module
.exports =
config
;