Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DeploySupabaseCommand ¶
func DestroySupabaseCommand ¶ added in v3.25.0
func WriteSecureValues ¶
func WriteSecureValues(filePath string, secrets *SupabaseConfig) error
WriteSecureValues writes the secure values to a specified file using the provided SupabaseSecrets.
Types ¶
type SupabaseConfig ¶
type SupabaseConfig struct {
Name string
Zone string
LbHostname string
ClusterName string
JWTSecret string
AnonKey string
ServiceRoleKey string
PostgresPassword string
PoolerTenantID string
DashboardUsername string
DashboardPassword string
S3Enabled bool
S3KeyID string
S3AccessKey string
S3BucketName string
S3Region string
S3Endpoint string
SMTPEnabled bool
SMTPHost string
SMTPPort string
SMTPUsername string
SMTPPassword string
SMTPSenderName string
SMTPAdminEmail string
}
func GenerateDefaultConfig ¶
func GenerateDefaultConfig() (*SupabaseConfig, error)
Click to show internal directories.
Click to hide internal directories.