Update gitea.json (#9406)

This commit is contained in:
Slaviša Arežina
2025-11-24 18:24:15 +01:00
committed by GitHub
parent b4bce4964c
commit e5e587aa37

View File

@ -42,5 +42,10 @@
"username": null, "username": null,
"password": null "password": null
}, },
"notes": [] "notes": [
{
"text": "The script installs SQLite3 as default database provider. You will be asked to select database type when you initially open the application URL. Select SQLite3 or provide your own database.",
"type": "info"
}
]
} }