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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -42,5 +42,10 @@
"username": 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"
}
]
}