We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f2b34b commit ad5a226Copy full SHA for ad5a226
modules/setting/migrate.go
@@ -8,6 +8,7 @@ import (
8
"fmt"
9
)
10
11
+// Migration represents migrations' settings
12
var Migration = struct {
13
WhitelistedDomains []string
14
BlacklistedDomains []string
0 commit comments