feat: add .env.example for all
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
# Gitea instance URL
|
||||
INSTANCE_URL=http://localhost:3000
|
||||
|
||||
# Registration token (get from Gitea settings -> Actions -> Runners)
|
||||
REGISTRATION_TOKEN=
|
||||
|
||||
# Runner name
|
||||
RUNNER_NAME=Gitea-Runner
|
||||
|
||||
# Runner labels
|
||||
RUNNER_LABELS=DockerRunner
|
||||
|
||||
Reference in New Issue
Block a user