File tree 1 file changed +22
-22
lines changed
1 file changed +22
-22
lines changed Original file line number Diff line number Diff line change 1
1
{
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
+ }
You can’t perform that action at this time.
0 commit comments