mirror of
https://github.com/taigrr/wtf
synced 2025-01-18 04:03:14 -08:00
Default domain for gitlab (#1000)
* Add a default domain for gitlab * Remove trailing whitespace
This commit is contained in:
@@ -28,7 +28,7 @@ func NewSettingsFromYAML(name string, ymlConfig *config.Config, globalConfig *co
|
||||
common: cfg.NewCommonSettingsFromModule(name, defaultTitle, defaultFocusable, ymlConfig, globalConfig),
|
||||
|
||||
apiKey: ymlConfig.UString("apiKey", ymlConfig.UString("apikey", os.Getenv("WTF_GITLAB_TOKEN"))),
|
||||
domain: ymlConfig.UString("domain"),
|
||||
domain: ymlConfig.UString("domain", "https://gitlab.com"),
|
||||
username: ymlConfig.UString("username"),
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user