We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0fcce43 commit a506b16Copy full SHA for a506b16
.env.dist
@@ -1,14 +1,15 @@
1
-MYSQL_ROOT_PASSWORD=root
2
MYSQL_DATABASE=polymorphic
3
MYSQL_USER=root
4
-MYSQL_PASSWORD=root
+MYSQL_PASSWORD=
+MYSQL_ROOT_PASSWORD=
5
+MYSQL_ALLOW_EMPTY_PASSWORD=true
6
7
TYPEORM_CONNECTION=mysql
8
TYPEORM_HOST=localhost
9
TYPEORM_PORT=3306
10
TYPEORM_DATABASE=polymorphic
11
TYPEORM_USERNAME=root
-TYPEORM_PASSWORD=root
12
+TYPEORM_PASSWORD=
13
TYPEORM_ENTITIES=src/__tests__/**/*.entity.ts
14
TYPEORM_SYNCHRONIZE=true
15
TYPEORM_LOGGING=true
0 commit comments