Skip to content

Commit

Permalink
fix: RDS backend public key parameter name (#139)
Browse files Browse the repository at this point in the history
  • Loading branch information
MehulKChaudhari authored Jan 20, 2025
1 parent f40e009 commit 2e75524
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions utils/Constants.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ const (
SESSION_COOKIE_NAME_PROD = "rds-session"
SESSION_COOKIE_NAME_DEV = "rds-session-staging"
SESSION_COOKIE_NAME_LOCAL = "rds-session-development"
RDS_BACKEND_PUBLIC_KEY_NAME_DEV = "rdsbackendpublickeystaging"
RDS_BACKEND_PUBLIC_KEY_NAME_PROD = "rdsbackendpublickeyprod"
RDS_BACKEND_PUBLIC_KEY_NAME_DEV = "STAGING_RDS_BACKEND_PUBLIC_KEY"
RDS_BACKEND_PUBLIC_KEY_NAME_PROD = "PROD_RDS_BACKEND_PUBLIC_KEY"
RDS_BACKEND_PUBLIC_KEY_NAME_LOCAL = "publickey"
)

0 comments on commit 2e75524

Please sign in to comment.