config
import "github.com/Ask-Atlas/AskAtlas/api/internal/config"
Index
type Config
Config contains runtime configuration required by the API application.
type Config struct {
DatabaseURL string
ClerkWebhookSecret string
ClerkSecretKey string
QStashToken string
QStashCurrentSigningKey string
QStashNextSigningKey string
AppBaseURL string
AppEnv string
S3Bucket string
Port string
}
func Load
func Load() (Config, error)
Load reads and validates runtime configuration from environment variables.
Generated by gomarkdoc