Documentation ¶
Index ¶
Constants ¶
View Source
const ( EnvPremiumShopID = "PREMIUM_SHOP_ID" EnvPremiumShopSecret = "PREMIUM_SHOP_SECRET" //nolint:gosec StandardPremiumShopID = "297668" StandardPremiumShopSecret = "test_qlRvNM1Btl6h3upjYaWEJSxfzjqyI6CdsrbcPsFS_3M" //nolint:gosec )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { ProductionMode bool MainServiceName string AllowOrigin string Schema string PortServer string URLDataBase string AddressFileServiceGrpc string AddressAuthServiceGrpc string PremiumShopID string PremiumShopSecret string PathCertFile string PathKeyFile string OutputLogPath string ErrorOutputLogPath string }
Click to show internal directories.
Click to hide internal directories.