File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
module . exports = {
2
2
env : "test" ,
3
- db : "api " ,
3
+ db : "api_test " ,
4
4
dialect : "postgres" ,
5
5
username : "postgres" ,
6
6
password : "pgroot" ,
7
7
host : "localhost" ,
8
8
server_port : 3000 ,
9
9
pg_port : 5432 ,
10
- db_url : "postgres://postgres:pgroot@localhost:5432/api " ,
10
+ db_url : "postgres://postgres:pgroot@localhost:5432/api_test " ,
11
11
secret : "secret" ,
12
12
} ;
Original file line number Diff line number Diff line change 1
1
module . exports = {
2
2
env : "test" ,
3
- db : "api " ,
3
+ db : "api_test " ,
4
4
dialect : "postgres" ,
5
5
username : "postgres" ,
6
6
password : "pgroot" ,
7
7
host : "localhost" ,
8
8
server_port : 3000 ,
9
9
pg_port : 5432 ,
10
- db_url : "postgres://postgres:pgroot@localhost:5432/api " ,
10
+ db_url : "postgres://postgres:pgroot@localhost:5432/api_test " ,
11
11
secret : "secret" ,
12
12
} ;
You can’t perform that action at this time.
0 commit comments