aboutsummaryrefslogtreecommitdiffstats
path: root/integrations/sqlite.ini.tmpl
diff options
context:
space:
mode:
authorGusted <williamzijl7@hotmail.com>2022-01-23 19:02:29 +0000
committerGitHub <noreply@github.com>2022-01-23 20:02:29 +0100
commit5e5740af69cb0f44ff0c1576a2387388d75bb4c2 (patch)
treefdfcbe4f67d1de3c5c567beb6e03a551954b2047 /integrations/sqlite.ini.tmpl
parent8472884cefc4a52d7e383648b3591392bd9b6e4c (diff)
downloadgitea-5e5740af69cb0f44ff0c1576a2387388d75bb4c2.tar.gz
gitea-5e5740af69cb0f44ff0c1576a2387388d75bb4c2.zip
Switch to non-deprecation setting (#18358)
* Switch to non-deprecation setting (Avoid by-default: "Deprecated fallback `[server]` `LFS_CONTENT_PATH` present. Use `[lfs]` `PATH` instead. This fallback will be removed in v1.18.0") * Update all references
Diffstat (limited to 'integrations/sqlite.ini.tmpl')
-rw-r--r--integrations/sqlite.ini.tmpl4
1 files changed, 3 insertions, 1 deletions
diff --git a/integrations/sqlite.ini.tmpl b/integrations/sqlite.ini.tmpl
index 76d9420d81..e82780ad80 100644
--- a/integrations/sqlite.ini.tmpl
+++ b/integrations/sqlite.ini.tmpl
@@ -41,7 +41,6 @@ SSH_LISTEN_HOST = localhost
SSH_PORT = 2203
START_SSH_SERVER = true
LFS_START_SERVER = true
-LFS_CONTENT_PATH = integrations/gitea-integration-sqlite/data/lfs
OFFLINE_MODE = false
LFS_JWT_SECRET = Tv_MjmZuHqpIY6GFl12ebgkRAMt4RlWt0v4EHKSXO0w
APP_DATA_PATH = integrations/gitea-integration-sqlite/data
@@ -99,3 +98,6 @@ INTERNAL_TOKEN = eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYmYiOjE0OTI3OTU5ODN9.O
[oauth2]
JWT_SECRET = KZb_QLUd4fYVyxetjxC4eZkrBgWM2SndOOWDNtgUUko
+
+[lfs]
+PATH = integrations/gitea-integration-sqlite/data/lfs