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 /custom | |
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 'custom')
-rw-r--r-- | custom/conf/app.example.ini | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/custom/conf/app.example.ini b/custom/conf/app.example.ini index f53d9ee089..e51f055883 100644 --- a/custom/conf/app.example.ini +++ b/custom/conf/app.example.ini @@ -2159,7 +2159,7 @@ LEVEL = Info ;RUN_AT_START = false ;ENABLE_SUCCESS_NOTICE = false ;SCHEDULE = @every 168h -;HTTP_ENDPOINT = https://dl.gitea.io/gitea/version.json +;HTTP_ENDPOINT = https://dl.gitea.com/gitea/version.json ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; |