BETA_PROD

Sensibill Beta-Production Backend Environment

Contains upcoming changes to API Beta Production is where Sensibill's Beta App and Receipt Rover app is running against. Used by internal Sensibill staff. This is a tier-ed environment on multi regions (Toronto and Montreal) that is scalable and has high availability. This environment is treated like any Production environment where we expect the service is always up. The only exception is when we incur downtime during a deployment.

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