set to default value with config is missing (#7320)
Этот коммит содержится в:
коммит произвёл
Joram Wilander
родитель
4c1f467442
Коммит
651dd33b29
@@ -30,7 +30,7 @@ func Setup() {
|
||||
api4.InitApi(false)
|
||||
api.InitApi()
|
||||
InitWeb()
|
||||
URL = "http://localhost" + utils.Cfg.ServiceSettings.ListenAddress
|
||||
URL = "http://localhost" + *utils.Cfg.ServiceSettings.ListenAddress
|
||||
ApiClient = model.NewClient(URL)
|
||||
|
||||
app.Srv.Store.MarkSystemRanUnitTests()
|
||||
|
||||
Ссылка в новой задаче
Block a user