mirror of
https://github.com/go-gitea/gitea
synced 2025-07-13 14:07:20 +00:00
first pass work on migration #925
This commit is contained in:
@ -67,6 +67,11 @@ var (
|
||||
CookieRememberName string
|
||||
ReverseProxyAuthUser string
|
||||
|
||||
// Database settings.
|
||||
UseSQLite3 bool
|
||||
UseMySQL bool
|
||||
UsePostgreSQL bool
|
||||
|
||||
// Webhook settings.
|
||||
Webhook struct {
|
||||
TaskInterval int
|
||||
|
Reference in New Issue
Block a user