From 1cac33f480553a891007083d28fd1a6cc048f4d2 Mon Sep 17 00:00:00 2001 From: Heidi Date: Fri, 15 May 2026 00:24:32 +0100 Subject: [PATCH] meow --- .env.example | 10 ++++++++++ src/App.jsx | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) create mode 100644 .env.example diff --git a/.env.example b/.env.example new file mode 100644 index 0000000..fb886be --- /dev/null +++ b/.env.example @@ -0,0 +1,10 @@ +PORT=3020 +PM2_APP_NAME=linkweb +WEBHOOK_PATH=/webhook/github + +# Optional. If set, GitHub webhook requests must include a matching +# x-hub-signature-256 header. +WEBHOOK_SECRET= + +# Optional. Override if pm2 is not available as "pm2" on PATH. +PM2_BIN= diff --git a/src/App.jsx b/src/App.jsx index fe6d014..2bf34de 100644 --- a/src/App.jsx +++ b/src/App.jsx @@ -4,7 +4,7 @@ const links = [ { name: 'TSSBot', href: 'https://tss.pawjob.us/', - description: 'TSSBot - War Thunder Tournaments Scheduling Service', + description: 'TSSBot - Bot for the War Thunder Tournaments Scheduling Service', accent: 'bg-cerulean-500', icon: Bot, },