Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
kayprogrammer committed Dec 17, 2024
1 parent 78ef918 commit f0312ce
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions config/conf.go
Original file line number Diff line number Diff line change
Expand Up @@ -52,11 +52,10 @@ type Config struct {
UserImagesBucket string `mapstructure:"USER_IMAGES_BUCKET"`
IDFrontImagesBucket string `mapstructure:"ID_FRONT_IMAGES_BUCKET"`
IDBackImagesBucket string `mapstructure:"ID_BACK_IMAGES_BUCKET"`
WalletSecret string `mapstructure:"LITPAD_WALLET_SECRET"`
PGAdminPassword string `mapstructure:"PGADMIN_PASSWORD"`
WalletSecret string `mapstructure:"LITPAD_WALLET_SECRET"`
PGAdminPassword string `mapstructure:"PGADMIN_PASSWORD"`
ICPPrivateKey string `mapstructure:"ICP_PRIVATE_KEY"`
ICPPublicKey string `mapstructure:"ICP_PUBLIC_KEY"`
PGAdminPassword string `mapstructure:"PGADMIN_PASSWORD"`
CloudinaryCloudName string `mapstructure:"CLOUDINARY_CLOUD_NAME"`
CloudinaryApiKey string `mapstructure:"CLOUDINARY_API_KEY"`
CloudinaryApiSecret string `mapstructure:"CLOUDINARY_API_SECRET"`
Expand Down

0 comments on commit f0312ce

Please sign in to comment.