Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
patch: dinotest is default
  • Loading branch information
juanjuanzero committed Oct 17, 2023
commit 45676fc08b54dbc5afbde5e0fc50f518f53fbfc0
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ services:
- "3306:3306"
restart: always
environment:
MYSQL_DATABASE: mysql
MYSQL_DATABASE: dinotest
MYSQL_ROOT_PASSWORD: mysecretpassword
MYSQL_ROOT_HOST: '%'

Expand All @@ -16,7 +16,7 @@ services:
- "3305:3306"
restart: always
environment:
MYSQL_DATABASE: mysql
MYSQL_DATABASE: dinotest
MYSQL_ROOT_PASSWORD: mysecretpassword
MYSQL_ROOT_HOST: '%'
profiles:
Expand Down
2 changes: 1 addition & 1 deletion docs/guides/development.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ MYSQL_HOST 127.0.0.1
MYSQL_PORT 3306
MYSQL_USER root
MYSQL_ROOT_PASSWORD mysecretpassword
MYSQL_DATABASE mysql
MYSQL_DATABASE dinotest
```

## Regenerate expected test output
Expand Down