Skip to content

Commit

Permalink
Merge pull request #293 from xiao201208/fix/tech_129_depends
Browse files Browse the repository at this point in the history
fix technical solution 129
  • Loading branch information
xiao201208 authored Jun 27, 2024
2 parents 864ddde + 08e4c39 commit e95cd8f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ Resources:
Envs:
Fn::Sub: >-
[{"name":"APPLETS_RDS_ENDPOINT","value":"${PolarDBCluster.PrimaryConnectionString}"},
{"name":"APPLETS_RDS_USER","value":"${DBUserName}"},
{"name":"APPLETS_RDS_USER","value":"${PolarDBAccount}"},
{"name":"APPLETS_RDS_PASSWORD","value":"${DBPassword}"},
{"name":"APPLETS_RDS_DB_NAME","value":"applets"}]
WaitApp:
Expand Down

0 comments on commit e95cd8f

Please sign in to comment.