forked from forgejo/forgejo
first pass work on migration #925
This commit is contained in:
parent
c5c467a9cd
commit
7e7160eefd
9 changed files with 226 additions and 164 deletions
|
@ -67,6 +67,11 @@ var (
|
|||
CookieRememberName string
|
||||
ReverseProxyAuthUser string
|
||||
|
||||
// Database settings.
|
||||
UseSQLite3 bool
|
||||
UseMySQL bool
|
||||
UsePostgreSQL bool
|
||||
|
||||
// Webhook settings.
|
||||
Webhook struct {
|
||||
TaskInterval int
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue