Skip to content

Commit

Permalink
Add param 2
Browse files Browse the repository at this point in the history
  • Loading branch information
mchompalova committed Jun 1, 2020
1 parent 8cd8e15 commit 6346114
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/executors/default-with-mysql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ parameters:
db-test-url:
type: string
default: "root:password@/pac"
test-rds-dsn-prefix:
test-db-dsn:
type: string
default: "root:password@/"
mysql-root-password:
Expand All @@ -21,7 +21,7 @@ docker:
- image: golang:<<parameters.golang-image-version>>
environment:
DB_TEST_URL: <<parameters.db-test-url>>
TEST_RDS_DSN_PREFIX: <<parameters.test-rds-dsn-prefix>>
TEST_RDS_DSN_PREFIX: <<parameters.test-rds-dsn>>
- image: mysql:<<parameters.mysql-image-version>>
command: [mysqld, --max-connections=45]
environment:
Expand Down

0 comments on commit 6346114

Please sign in to comment.