Skip to content

Commit ee925ef

Browse files
move to events API
1 parent a37b2e4 commit ee925ef

File tree

5 files changed

+674
-92
lines changed

5 files changed

+674
-92
lines changed

Dockerfile

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,10 @@
11
FROM node:16-alpine3.11
22

33
# Env
4-
ARG PING_HOST=google.com
5-
ARG PING_INTERVAL=5000
6-
ARG NEWRELIC_LICENSE_KEY
7-
8-
ENV PING_HOST $PING_HOST
9-
ENV PING_INTERVAL $PING_INTERVAL
10-
ENV NEWRELIC_LICENSE_KEY $NEWRELIC_LICENSE_KEY
4+
ENV PING_HOST "example.com"
5+
ENV PING_INTERVAL 5000
6+
ENV NEW_RELIC_ACCOUNT_ID ""
7+
ENV NEW_RELIC_API_KEY ""
118

129
WORKDIR /usr/src/app
1310
COPY ["package.json", "npm-shrinkwrap.json*", "package-lock.json", "./"]

newrelic.js

Lines changed: 0 additions & 69 deletions
This file was deleted.

0 commit comments

Comments
 (0)