mirror of
				https://codeberg.org/forgejo/forgejo.git
				synced 2025-10-31 06:21:11 +00:00 
			
		
		
		
	[BRANDING] Rebrand default config settings for new installs (#140)
Replaces `Gitea` with `Forgejo` in the default config settings for new installs. This will not affect existing installs. Co-authored-by: Caesar Schinas <caesar@caesarschinas.com> Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/140 Co-authored-by: Caesar Schinas <caesar@noreply.codeberg.org> Co-committed-by: Caesar Schinas <caesar@noreply.codeberg.org>
This commit is contained in:
		
					parent
					
						
							
								00603b03fe
							
						
					
				
			
			
				commit
				
					
						bd7c076623
					
				
			
		
					 6 changed files with 7 additions and 7 deletions
				
			
		|  | @ -662,7 +662,7 @@ func loadFromConf(allowEmpty bool, extraConfig string) { | |||
| 	forcePathSeparator(LogRootPath) | ||||
| 
 | ||||
| 	sec := Cfg.Section("server") | ||||
| 	AppName = Cfg.Section("").Key("APP_NAME").MustString("Gitea: Git with a cup of tea") | ||||
| 	AppName = Cfg.Section("").Key("APP_NAME").MustString("Forgejo: Beyond coding. We Forge.") | ||||
| 
 | ||||
| 	Domain = sec.Key("DOMAIN").MustString("localhost") | ||||
| 	HTTPAddr = sec.Key("HTTP_ADDR").MustString("0.0.0.0") | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue