BETA_STAGING

Sensibill Beta-Staging Backend Environment

Contains upcoming changes to API Beta Staging is the only non production environment that is architected similarly to our Production environments. That is, it is a tier-ed environment on multiple regions (Toronto and Montreal) where it is scalable and has high availability. There is no true uptime requirement for this environment,

Properties

Link copied to clipboard
open override val hasHttps: Boolean = true

If the Sensibill environment is using https (true) or http (false)

Link copied to clipboard
open override val hostName: String

the host name of the Sensibill Environment. eg. my.environment.com

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open override val v1BaseUrl: String

The base url of the API v1 endpoints. By default set this to result of defaultV1BaseUrl

Link copied to clipboard
open override val v2BaseUrl: String

The base url of the API v2 endpoints. By default set this to result of defaultV2BaseUrl