Skip to content

Commit

Permalink
Update index.js
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexanderWollbrink authored Jul 4, 2024
1 parent 9387d2c commit fb47971
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ let docker = new Docker({socketPath: '/var/run/docker.sock'});
const NODE_ENV = process.env.NODE_ENV || "production";
const SERVER_LABEL = process.env.SERVER_LABEL || "";
const SERVER_AVATAR = process.env.SERVER_AVATAR || "";
const MESSAGE_PLATFORM = process.env.MESSAGE_PLATFORM || "teams@https://fraunhofer.webhook.office.com/webhookb2/da991eac-d40a-4931-9329-915ad0731c5b@f930300c-c97d-4019-be03-add650a171c4/IncomingWebhook/99026a0a4abc4cb3aa3fe6764944a2e7/600d9646-bcfd-4185-875f-2186c8330a53";
const MESSAGE_PLATFORM = process.env.MESSAGE_PLATFORM || "";
const LABEL_ENABLE = process.env.LABEL_ENABLE || 'false';
const ONLY_OFFLINE_STATES = process.env.ONLY_OFFLINE_STATES || 'false';
const EXCLUDE_EXITED = process.env.EXCLUDE_EXITED || 'false';
Expand Down

0 comments on commit fb47971

Please sign in to comment.