Skip to content
This repository has been archived by the owner on Nov 3, 2021. It is now read-only.

Commit

Permalink
Clarify what the auth0 url should be in a comment (#1606)
Browse files Browse the repository at this point in the history
  • Loading branch information
gene1wood committed Apr 17, 2020
1 parent 8f57b47 commit 6ede727
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions cron/auth02mozdef.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,14 @@
"mozdef": {
"url": "http://localhost:8080/events"
},
//Generate on https://manage{-dev}.{mozilla.}auth0.com/#/apis (Management API)
// Generate the token on https://manage{-dev}.{mozilla.}auth0.com/#/apis (Management API)
// url should be in the form of ttps://auth.{mozilla.}auth0.com/api/v2/logs
"auth0": {
"reqnr": 100,
"token": "<add_token>",
"url": "<add_url>"
},
"state_file": "/opt/mozdef/envs/mozdef/cron/auth02mozdef.state",
//Sends msgs to syslog instead of MozDef mainly
// Sends msgs to syslog instead of MozDef mainly
"DEBUG": False
}

0 comments on commit 6ede727

Please sign in to comment.