File tree Expand file tree Collapse file tree 1 file changed +16
-8
lines changed
Expand file tree Collapse file tree 1 file changed +16
-8
lines changed Original file line number Diff line number Diff line change @@ -108,14 +108,22 @@ Resources:
108108 ImageConfiguration :
109109 Port : ' 3001'
110110 RuntimeEnvironmentVariables :
111- NODE_ENV : !Ref Environment
112- RDS_HOSTNAME : !Ref RDSHostname
113- RDS_PORT : !Ref RDSPort
114- RDS_DATABASE : !Ref RDSDatabase
115- RDS_USERNAME : !Ref RDSUsername
116- RDS_PASSWORD : !Ref RDSPassword
117- DB_SSL : ' true'
118- PORT : ' 3001'
111+ - Name : NODE_ENV
112+ Value : !Ref Environment
113+ - Name : RDS_HOSTNAME
114+ Value : !Ref RDSHostname
115+ - Name : RDS_PORT
116+ Value : !Ref RDSPort
117+ - Name : RDS_DATABASE
118+ Value : !Ref RDSDatabase
119+ - Name : RDS_USERNAME
120+ Value : !Ref RDSUsername
121+ - Name : RDS_PASSWORD
122+ Value : !Ref RDSPassword
123+ - Name : DB_SSL
124+ Value : ' true'
125+ - Name : PORT
126+ Value : ' 3001'
119127 ImageRepositoryType : ECR
120128 AutoDeploymentsEnabled : true
121129 AuthenticationConfiguration :
You can’t perform that action at this time.
0 commit comments