rename PAPI base URL (#2033)
This commit is contained in:
parent
8f130196f8
commit
7e871d2278
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ const ApiKeyAuthType = "api-key"
|
||||||
const TlsAuthType = "tls"
|
const TlsAuthType = "tls"
|
||||||
const PasswordAuthType = "password"
|
const PasswordAuthType = "password"
|
||||||
|
|
||||||
const PAPIBaseURL = "https://papi.crowdsec.net/v1/decisions/stream/poll"
|
const PAPIBaseURL = "https://papi.api.crowdsec.net/v1/decisions/stream/poll"
|
||||||
const CAPIBaseURL = "https://api.crowdsec.net/"
|
const CAPIBaseURL = "https://api.crowdsec.net/"
|
||||||
|
|
||||||
const CscliOrigin = "cscli"
|
const CscliOrigin = "cscli"
|
||||||
|
|
Loading…
Reference in a new issue