Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GenerateSecrets ¶
func GetGitBranch ¶
func GetGitBranchOrDefault ¶ added in v1.79.0
Types ¶
type CustomName ¶
type CustomName struct { DbHost string `env:"db.host,default=NEXT_PUBLIC_SUPABASE_URL"` DbPassword string `env:"db.password,default=SUPABASE_DB_PASSWORD"` JWTSecret string `env:"db.password,default=SUPABASE_AUTH_JWT_SECRET"` AnonKey string `env:"auth.anon_key,default=SUPABASE_AUTH_ANON_KEY"` ServiceRoleKey string `env:"auth.service_role_key,default=SUPABASE_AUTH_SERVICE_ROLE_KEY"` }
Click to show internal directories.
Click to hide internal directories.