jobs now include direct link

This commit is contained in:
Bel LaPointe
2022-01-14 00:22:34 -05:00
parent 48da446e83
commit e2cd24a39f
5 changed files with 15 additions and 9 deletions

View File

@@ -51,10 +51,11 @@ type Config struct {
Once bool
Brokers struct {
NTG struct {
Mock bool
Token string
Username string
Password string
Mock bool
LoadPageURIFormat string
Token string
Username string
Password string
}
}