variable "auth0_debug" {
  type        = bool
  description = "Indicates whether or not to turn on debug mode."
  default     = false
}

variable "default_from_address" {
  type        = string
  description = "Email address to use as the sender when no other 'from' address is specified."
  default     = "no-reply@dev.apollo.stream"
}
