Skip to content

Commit cfe81f3

Browse files
committed
fix(e2e): update ormconfig.ci.json
1 parent 985751a commit cfe81f3

File tree

1 file changed

+22
-22
lines changed

1 file changed

+22
-22
lines changed

src/server/ormconfig.ci.json

+22-22
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,23 @@
11
{
2-
"type": "postgres",
3-
"host": "localhost",
4-
"port": 5432,
5-
"username": "postgres",
6-
"password": "",
7-
"database": "postgres",
8-
"synchronize": false,
9-
"migrationsRun": true,
10-
"logging": false,
11-
"entities": [
12-
"src/entity/**/*.ts"
13-
],
14-
"migrations": [
15-
"src/migration/**/*.ts"
16-
],
17-
"subscribers": [
18-
"src/subscriber/**/*.ts"
19-
],
20-
"cli": {
21-
"migrationsDir": "src/migration"
22-
}
23-
}
2+
"type": "postgres",
3+
"host": "localhost",
4+
"port": 5432,
5+
"username": "runner",
6+
"password": "",
7+
"database": "postgres",
8+
"synchronize": false,
9+
"migrationsRun": true,
10+
"logging": false,
11+
"entities": [
12+
"src/entity/**/*.ts"
13+
],
14+
"migrations": [
15+
"src/migration/**/*.ts"
16+
],
17+
"subscribers": [
18+
"src/subscriber/**/*.ts"
19+
],
20+
"cli": {
21+
"migrationsDir": "src/migration"
22+
}
23+
}

0 commit comments

Comments
 (0)