Skip to content

Commit

Permalink
Added blog db var in template
Browse files Browse the repository at this point in the history
  • Loading branch information
cp-dharti-r committed Apr 19, 2024
1 parent e7678bb commit e1283aa
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions infrastructure/backend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,21 @@ Parameters:
DbName:
Type: String
Description: Postgres database name.
BlogDbUsername:
Type: String
Description: Postgres blog database username.
BlogDbPassword:
Type: String
Description: Postgres blog database password.
BlogDbHost:
Type: String
Description: Postgres blog database host.
BlogDbPort:
Type: String
Description: Postgres blog database port.
BlogDbName:
Type: String
Description: Postgres blog database name.
RecaptchaConfigJSONBase64:
Type: String
Description: Recaptcha enterprise credentials in base64 format
Expand Down

0 comments on commit e1283aa

Please sign in to comment.