From e667b8b133f2725341b8035f2d02993b4794996b Mon Sep 17 00:00:00 2001 From: Aykhan Shahsuvarov Date: Wed, 11 Dec 2024 13:12:42 +0000 Subject: [PATCH] add default gitea url --- gitea/.env.example | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gitea/.env.example b/gitea/.env.example index 33df2a2..249dbb3 100644 --- a/gitea/.env.example +++ b/gitea/.env.example @@ -1,9 +1,9 @@ -# URL of the Gitea instance (e.g. https://gitea.example.com) -GITEA_INSTANCE_URL= +# URL of the Gitea instance +GITEA_INSTANCE_URL=http://gitea:3000 # How to get the token: https://docs.gitea.com/usage/actions/act-runner#obtain-a-registration-token GITEA_RUNNER_REGISTRATION_TOKEN= # UID and GID of the user that should run the runner (e.g. USER_UID=1000, USER_GID=1000) USER_UID= USER_GID= # Name of the runner (e.g. runner-1) -GITEA_RUNNER_NAME= \ No newline at end of file +GITEA_RUNNER_NAME=