mirror of
https://github.com/Start9Labs/start-sdk.git
synced 2026-03-30 04:11:57 +00:00
feat: Add vault through utils + sdk
This commit is contained in:
@@ -18,7 +18,7 @@ export const smtpConfig = Value.filteredUnion(
|
||||
system: { name: "System Credentials", spec: Config.of({}) },
|
||||
custom: {
|
||||
name: "Custom Credentials",
|
||||
spec: Config.of<ConfigSpecOf<SmtpValue>, never>({
|
||||
spec: Config.of<ConfigSpecOf<SmtpValue>, never, never>({
|
||||
server: Value.text({
|
||||
name: "SMTP Server",
|
||||
required: {
|
||||
|
||||
Reference in New Issue
Block a user