mirror of
https://github.com/beclab/Olares
synced 2026-05-24 01:08:23 +00:00
chore(manifests): SMTP-related modifications to user env (#1959)
This commit is contained in:
parent
e02fd1b2de
commit
a176a5dc7a
1 changed files with 5 additions and 2 deletions
|
|
@ -12,8 +12,11 @@ userEnvs:
|
|||
- envName: OLARES_USER_TIMEZONE
|
||||
type: string
|
||||
editable: true
|
||||
- envName: OLARES_USER_SMTP_ENABLED
|
||||
type: bool
|
||||
editable: true
|
||||
- envName: OLARES_USER_SMTP_SERVER
|
||||
type: url
|
||||
type: domain
|
||||
editable: true
|
||||
- envName: OLARES_USER_SMTP_PORT
|
||||
type: number
|
||||
|
|
@ -36,7 +39,7 @@ userEnvs:
|
|||
- envName: OLARES_USER_SMTP_USE_SSL
|
||||
type: bool
|
||||
editable: true
|
||||
- envName: OLARES_USER_SMTP_SMTP_SECURITY_PROTOCOLS
|
||||
- envName: OLARES_USER_SMTP_SECURITY_PROTOCOLS
|
||||
type: string
|
||||
editable: true
|
||||
- envName: OLARES_USER_OPENAI_APIKEY
|
||||
|
|
|
|||
Loading…
Reference in a new issue