You can not select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
		
			
		
			
				
					
					
						
							18 lines
						
					
					
						
							294 B
						
					
					
				
			
		
		
	
	
							18 lines
						
					
					
						
							294 B
						
					
					
				APP_NAME = Gogs: Go Git Service
 | 
						|
RUN_USER = lunny
 | 
						|
 | 
						|
[repository]
 | 
						|
ROOT = /Users/lunny/git/gogs-repositories
 | 
						|
ROOT_jiahuachen = /Users/jiahuachen/git/gogs-repositories
 | 
						|
 | 
						|
[server]
 | 
						|
HTTP_ADDR = 
 | 
						|
HTTP_PORT = 3000
 | 
						|
 | 
						|
[database]
 | 
						|
DB_TYPE = mysql
 | 
						|
HOST = 
 | 
						|
NAME = gogs
 | 
						|
USER = root
 | 
						|
PASSWD = 
 | 
						|
PASSWD_jiahua = root
 | 
						|
 |