mirror of
https://github.com/gocsaf/csaf.git
synced 2025-12-22 11:55:40 +01:00
Change default port for secvisogram (#262)
* Change default port for secvisogram * Following change from https://github.com/secvisogram/csaf-validator-service/pull/14 * Improve script for setting up validation service * Add a test to fail if we cannot connect. * Add copyright header.
This commit is contained in:
parent
2614c1a4ba
commit
86fb441446
4 changed files with 19 additions and 4 deletions
|
|
@ -23,7 +23,7 @@ import (
|
|||
// defaultURL is default URL where to look for
|
||||
// the validation service.
|
||||
const (
|
||||
defaultURL = "http://localhost:3000"
|
||||
defaultURL = "http://localhost:8082"
|
||||
validationPath = "/api/v1/validate"
|
||||
)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue