diff options
author | Lunny Xiao <xiaolunwen@gmail.com> | 2023-06-21 11:11:17 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-06-21 03:11:17 +0000 |
commit | e79ff5056043f25a77c50847a228826bc7cdaf61 (patch) | |
tree | 93b2bc97dd17a7cb9eddf332e06fe550b24a1a3c /docs/content/doc/administration | |
parent | df5cf5ddbd9099a121d5074a0b2a710fd71309fd (diff) | |
download | gitea-e79ff5056043f25a77c50847a228826bc7cdaf61.tar.gz gitea-e79ff5056043f25a77c50847a228826bc7cdaf61.zip |
Use the new download domain replace the old (#25405)
As title.
Diffstat (limited to 'docs/content/doc/administration')
-rw-r--r-- | docs/content/doc/administration/config-cheat-sheet.en-us.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/content/doc/administration/config-cheat-sheet.en-us.md b/docs/content/doc/administration/config-cheat-sheet.en-us.md index 7b94c7a488..64a3565554 100644 --- a/docs/content/doc/administration/config-cheat-sheet.en-us.md +++ b/docs/content/doc/administration/config-cheat-sheet.en-us.md @@ -1013,7 +1013,7 @@ Default templates for project boards: - `RUN_AT_START`: **false**: Run tasks at start up time (if ENABLED). - `ENABLE_SUCCESS_NOTICE`: **true**: Set to false to switch off success notices. - `SCHEDULE`: **@every 168h**: Cron syntax for scheduling a work, e.g. `@every 168h`. -- `HTTP_ENDPOINT`: **https://dl.gitea.io/gitea/version.json**: the endpoint that Gitea will check for newer versions +- `HTTP_ENDPOINT`: **https://dl.gitea.com/gitea/version.json**: the endpoint that Gitea will check for newer versions #### Cron - Delete all old system notices from database (`cron.delete_old_system_notices`) |