add default gitea url

This commit is contained in:
Aykhan Shahsuvarov 2024-12-11 13:12:42 +00:00
parent c42b0dc76c
commit e667b8b133

View File

@ -1,5 +1,5 @@
# URL of the Gitea instance (e.g. https://gitea.example.com) # URL of the Gitea instance
GITEA_INSTANCE_URL= GITEA_INSTANCE_URL=http://gitea:3000
# How to get the token: https://docs.gitea.com/usage/actions/act-runner#obtain-a-registration-token # How to get the token: https://docs.gitea.com/usage/actions/act-runner#obtain-a-registration-token
GITEA_RUNNER_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) # UID and GID of the user that should run the runner (e.g. USER_UID=1000, USER_GID=1000)