mirror of
https://gitcode.com/gitea/gitea.git
synced 2025-06-03 18:57:37 +08: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