Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type C ¶
type C struct { Port int `envconfig:"PORT"` ENV string `envconfig:"ENV"` GoogleCloudProject string `envconfig:"GOOGLE_CLOUD_PROJECT"` ImageStorageBucket string `envconfig:"PURCHASE_PLAN_IMAGE_BUCKET"` AmazonPAPIAccessKey string `secretmanager:"AMAZON_PAPI_ACCESS_KEY"` AmazonPAPISecretKey string `secretmanager:"AMAZON_PAPI_SECRET_KEY"` MagicSecretKey string `secretmanager:"MAGIC_SECRET_KEY"` JwtSecret string `secretmanager:"JWT_SECRET"` }
C is the struct that holds all configuration properties.
Click to show internal directories.
Click to hide internal directories.