summaryrefslogtreecommitdiffstats
path: root/custom
diff options
context:
space:
mode:
authorLunny Xiao <xiaolunwen@gmail.com>2023-12-21 15:42:16 +0800
committerGitHub <noreply@github.com>2023-12-21 07:42:16 +0000
commit177cea7c70473e375c1695f1e20fb9d538ff78fb (patch)
tree565fc8280ae21c70314937830316a37d7595b93c /custom
parentfe5a61639237138d6bb87cde17aedca3eb5bdd12 (diff)
downloadgitea-177cea7c70473e375c1695f1e20fb9d538ff78fb.tar.gz
gitea-177cea7c70473e375c1695f1e20fb9d538ff78fb.zip
Make offline mode as default to no connect external avatar service by default (#28548)
To keep user's privacy, make offline mode as true by default. Users can still change it from installation ui and app.ini
Diffstat (limited to 'custom')
-rw-r--r--custom/conf/app.example.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/custom/conf/app.example.ini b/custom/conf/app.example.ini
index f10a3f2edf..f9111d541c 100644
--- a/custom/conf/app.example.ini
+++ b/custom/conf/app.example.ini
@@ -234,7 +234,7 @@ RUN_USER = ; git
;MINIMUM_KEY_SIZE_CHECK = false
;;
;; Disable CDN even in "prod" mode
-;OFFLINE_MODE = false
+;OFFLINE_MODE = true
;;
;; TLS Settings: Either ACME or manual
;; (Other common TLS configuration are found before)