whoops dont reuse not same uri

This commit is contained in:
bel
2022-01-18 06:40:55 -07:00
parent 451f741f5a
commit 6ea4d4700c
3 changed files with 8 additions and 6 deletions

View File

@@ -65,11 +65,12 @@ type Config struct {
Once bool
Brokers struct {
NTG struct {
JobInfo bool
Mock bool
LoadPageURIFormat string
Username string
Password string
JobInfo bool
Mock bool
LoadPageURIFormat string
LoadPageAPIURIFormat string
Username string
Password string
}
}