Some defaults fixes
This commit is contained in:
		@@ -4,12 +4,12 @@
 | 
				
			|||||||
# Default based on https://github.com/go-gitea/gitea/blob/main/custom/conf/app.example.ini
 | 
					# Default based on https://github.com/go-gitea/gitea/blob/main/custom/conf/app.example.ini
 | 
				
			||||||
gitea_config:
 | 
					gitea_config:
 | 
				
			||||||
  DEFAULT:
 | 
					  DEFAULT:
 | 
				
			||||||
    APP_NAME: ; Gitea: Git with a cup of tea
 | 
					    APP_NAME: "Gitea: Git with a cup of tea"
 | 
				
			||||||
    RUN_USER: ; git
 | 
					    RUN_USER: "gitea"
 | 
				
			||||||
  server:
 | 
					  server:
 | 
				
			||||||
  database:
 | 
					  database:
 | 
				
			||||||
    DB_TYPE: mysql
 | 
					    DB_TYPE: mysql
 | 
				
			||||||
    HOST: 127.0.0.1:3306 ; can use socket e.g. /var/run/mysqld/mysqld.sock
 | 
					    HOST: 127.0.0.1:3306 # can use socket e.g. /var/run/mysqld/mysqld.sock
 | 
				
			||||||
    NAME: gitea
 | 
					    NAME: gitea
 | 
				
			||||||
    USER: root
 | 
					    USER: root
 | 
				
			||||||
  security:
 | 
					  security:
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user