Skip to content

Commit

Permalink
fix: changed mysql settings for travis
Browse files Browse the repository at this point in the history
  • Loading branch information
bashleigh committed Jan 4, 2021
1 parent 0fcce43 commit a506b16
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .env.dist
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
MYSQL_ROOT_PASSWORD=root
MYSQL_DATABASE=polymorphic
MYSQL_USER=root
MYSQL_PASSWORD=root
MYSQL_PASSWORD=
MYSQL_ROOT_PASSWORD=
MYSQL_ALLOW_EMPTY_PASSWORD=true

TYPEORM_CONNECTION=mysql
TYPEORM_HOST=localhost
TYPEORM_PORT=3306
TYPEORM_DATABASE=polymorphic
TYPEORM_USERNAME=root
TYPEORM_PASSWORD=root
TYPEORM_PASSWORD=
TYPEORM_ENTITIES=src/__tests__/**/*.entity.ts
TYPEORM_SYNCHRONIZE=true
TYPEORM_LOGGING=true
Expand Down

0 comments on commit a506b16

Please sign in to comment.