package
Version:
v0.0.0-...-3beaeaf
Opens a new window with list of versions in this module.
Published: May 27, 2024
License: MIT
Opens a new window with license information.
Imports: 2
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type APIConfig struct {
Environment string `env:"API_ENV,required"`
Port string `env:"API_PORT,required"`
BaseURL string `env:"API_BASE_URL,required"`
AllowedCORSDomains []string `env:"API_ALLOWED_CORS_DOMAINS"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.