Skip to content

Commit

Permalink
Merge pull request #342 from Sage-Bionetworks-Workflows/bwmac/mysql_u…
Browse files Browse the repository at this point in the history
…rl_update

[IBCDPE-1006] Updates mysql DBUrl
  • Loading branch information
BWMac authored Jul 16, 2024
2 parents 1b74b69 + 47bc308 commit e4fcfdc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/nextflow-aurora-mysql.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -406,7 +406,7 @@ Outputs:
Value: !Join
- ''
- - !Sub 'jdbc:mysql://${AuroraCluster.Endpoint.Address}:'
- !Sub '${AuroraCluster.Endpoint.Port}/${DBName}'
- !Sub '${AuroraCluster.Endpoint.Port}/${DBName}?permitMysqlScheme=true'
Export:
Name: !Sub '${AWS::Region}-${AWS::StackName}-DBUrl'

Expand Down

0 comments on commit e4fcfdc

Please sign in to comment.