mirror of
				https://gitee.com/gitea/gitea
				synced 2025-11-04 08:30:25 +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