Update README.md

This commit is contained in:
LRVT
2026-03-26 16:43:29 +01:00
committed by GitHub
parent a5eceaf0c0
commit 39c3f172c6

View File

@@ -10,7 +10,7 @@ https://docs.gitea.com/administration/config-cheat-sheet
Typical configuration adjustments:
````
````markdown
[service]
# Allow user registration (only via external auth because of setting below)
DISABLE_REGISTRATION = false
@@ -71,7 +71,7 @@ In case you want to use a local Gitea Act runner, you must enable Gitea Actions
Please add the following sections to your `app.ini` file:
````
````markdown
[actions]
ENABLED=true
````