Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
  • Loading branch information
kayprogrammer committed Dec 17, 2024
1 parent 5cec284 commit 3dbf06a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 11 deletions.
11 changes: 1 addition & 10 deletions .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -35,19 +35,10 @@ EMAIL_VERIFICATION_PATH=
PASSWORD_RESET_PATH=
STRIPE_PUBLIC_KEY=
STRIPE_SECRET_KEY=
STRIPE_CHECKOUT_SUCCESS_URL_PATH=
STRIPE_WEBHOOK_SECRET=
SOCKET_SECRET=
S3_ACCESS_KEY=
S3_SECRET_KEY=
S3_ENDPOINT_URL=
BOOK_COVER_IMAGES_BUCKET=
USER_IMAGES_BUCKET=
ID_FRONT_IMAGES_BUCKET=
ID_BACK_IMAGES_BUCKET=
PGADMIN_PASSWORD=
LITPAD_WALLET_SECRET=secret
CLOUDINARY_CLOUD_NAME=
CLOUDINARY_API_KEY=
CLOUDINARY_API_SECRET=

CLOUDINARY_API_SECRET=
1 change: 0 additions & 1 deletion config/conf.go
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ type Config struct {
PasswordResetPath string `mapstructure:"PASSWORD_RESET_PATH"`
StripePublicKey string `mapstructure:"STRIPE_PUBLIC_KEY"`
StripeSecretKey string `mapstructure:"STRIPE_SECRET_KEY"`
StripeCheckoutSuccessUrlPath string `mapstructure:"STRIPE_CHECKOUT_SUCCESS_URL_PATH"`
StripeWebhookSecret string `mapstructure:"STRIPE_WEBHOOK_SECRET"`
SocketSecret string `mapstructure:"SOCKET_SECRET"`
S3AccessKey string `mapstructure:"S3_ACCESS_KEY"`
Expand Down

0 comments on commit 3dbf06a

Please sign in to comment.