From 2c37d1f7a17a88b06258abbd85292c34dd12907d Mon Sep 17 00:00:00 2001 From: bloombar <2209098+bloombar@users.noreply.github.com> Date: Mon, 25 Nov 2024 19:06:04 -0500 Subject: [PATCH] unnecessary github vars --- env.example | 2 -- 1 file changed, 2 deletions(-) diff --git a/env.example b/env.example index e2b0697..e2abad4 100644 --- a/env.example +++ b/env.example @@ -7,5 +7,3 @@ GUNICORN_PROCESSES=2 GUNICORN_THREADS=4 GUNICORN_TIMEOUT=120 GUNICORN_BIND=0.0.0.0:8080 -GITHUB_REPO=https://github.com/your-repository-url # unnecessary for basic operation -GITHUB_SECRET=your_github_secret # unnecessary for basic operation