diff --git a/gulpfile.js b/gulpfile.js index 03ba8e9..ef5b871 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -8,6 +8,9 @@ function replaceTemplate() { .pipe(replace(/TEASENSE_URI/g, process.env.TEASENSE_URI)) .pipe(replace(/RAINFALL_URI/g, process.env.RAINFALL_URI)) .pipe(replace(/SPLORK_URI/g, process.env.SPLORK_URI)) + .pipe(replace(/RSS_ORIGIN/g, process.env.RSS_ORIGIN)) + .pipe(replace(/RSS_API_HOST/g, process.env.RSS_API_HOST)) + .pipe(replace(/RSS_API_KEY/g, process.env.RSS_API_KEY)) .pipe(dest('./dist/js')); return src(['./dist/**/*.html']) diff --git a/public/rss.html b/public/rss.html new file mode 100644 index 0000000..8ae79e6 --- /dev/null +++ b/public/rss.html @@ -0,0 +1,9 @@ + +
+ + + + +