diff --git a/templates/gitea.ini.j2 b/templates/gitea.ini.j2 index 06ead1a..11e06c0 100644 --- a/templates/gitea.ini.j2 +++ b/templates/gitea.ini.j2 @@ -60,13 +60,11 @@ LFS_START_SERVER = true LFS_CONTENT_PATH = {{ gitea_lfs_content_path }} ; LFS authentication secret LFS_JWT_SECRET = {{ gitea_lfs_jwt_secret }} -{% endif %} - LFS_CONTENT_PATH = {{ gitea_lfs_content_path }} ; if the LFS sotre is not offline/local LFS_JWT_SECRET = {{ gitea_lfs_secret }} OFFLINE_MODE = {{ gitea_lfs_mode }} -{%- endif %} +{% endif %} [database] ; Either "mysql", "postgres", "mssql" or "sqlite3", it's your choice DB_TYPE = {{ gitea_db_type }}