From 1e376495d4883c655636a9e5dd17e51fc87b3fd0 Mon Sep 17 00:00:00 2001 From: Caleb Burke Date: Tue, 14 Jul 2026 19:56:02 -0700 Subject: [PATCH] prefilling in env variables that are fine to prefill --- .env.template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.env.template b/.env.template index 6ada8b4..1b82d69 100644 --- a/.env.template +++ b/.env.template @@ -1,3 +1,3 @@ -GITEA_INSTANCE_URL= +GITEA_INSTANCE_URL=http://192.168.1.174:3000/ GITEA_RUNNER_REGISTRATION_TOKEN= -GITEA_RUNNER_NAME= \ No newline at end of file +GITEA_RUNNER_NAME="Runner 0" \ No newline at end of file