mirror of
https://github.com/go-gitea/gitea
synced 2025-07-12 13:37:20 +00:00
Replace Gogs to Gitea in installation options
This commit is contained in:
committed by
Andrey Nering
parent
f430d26f7e
commit
28bee28102
@ -211,8 +211,8 @@ function initInstall() {
|
||||
|
||||
// Database type change detection.
|
||||
$("#db_type").change(function () {
|
||||
var sqliteDefault = 'data/gogs.db';
|
||||
var tidbDefault = 'data/gogs_tidb';
|
||||
var sqliteDefault = 'data/gitea.db';
|
||||
var tidbDefault = 'data/gitea_tidb';
|
||||
|
||||
var dbType = $(this).val();
|
||||
if (dbType === "SQLite3" || dbType === "TiDB") {
|
||||
|
Reference in New Issue
Block a user