description:"The public URL or IP that will be used to access baserow. Always should start with http:// https:// even if accessing via an IP address."
schema:
type:string
required:true
default:""
- variable:enable_mail_settings
label:"Enable Mail Settings"
schema:
type:boolean
default:false
show_subquestions_if:true
subquestions:
- variable:FROM_EMAIL
label:"FROM_EMAIL"
description:"The public URL or IP that will be used to access baserow. Always should start with http:// https:// even if accessing via an IP address."
schema:
type:string
default:""
- variable:EMAIL_SMTP
label:"EMAIL_SMTP"
description:"If set to any non empty value then Baserow will start sending emails using the configuration options below. If not set then Baserow will not send emails and just log them to the Celery worker logs instead."
schema:
type:string
default:""
enum:
- value:""
description:"Disabled"
- value:"true"
description:"Enabled"
- variable:EMAIL_SMTP_USE_TLS
label:"EMAIL_SMTP_USE_TLS"
description:"If set to any non empty value then Baserow will attempt to send emails using TLS."
schema:
type:string
default:""
enum:
- value:""
description:"Disabled"
- value:"true"
description:"Enabled"
- variable:EMAIL_SMTP_HOST
label:"EMAIL_SMTP_HOST"
description:"The host of the external SMTP server that Baserow should use to send emails."
schema:
type:string
default:""
- variable:EMAIL_SMTP_PORT
label:"EMAIL_SMTP_PORT"
description:"The port used to connect to $EMAIL_SMTP_HOST on."
schema:
type:int
default:587
- variable:EMAIL_SMTP_USER
label:"EMAIL_SMTP_USER"
description:"The username to authenticate with $EMAIL_SMTP_HOST when sending emails."
schema:
type:string
default:""
- variable:EMAIL_SMTP_PASSWORD
label:"EMAIL_SMTP_PASSWORD"
description:"The password to authenticate with $EMAIL_SMTP_HOST when sending emails."