Skip to content

Commit 9bfaa8f

Browse files
committed
Configura dados da aplicação para utilizar a base de testes api_test
1 parent 80247d6 commit 9bfaa8f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build/config/env/test.env.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
module.exports = {
22
env: "test",
3-
db: "api",
3+
db: "api_test",
44
dialect: "postgres",
55
username: "postgres",
66
password: "pgroot",
77
host: "localhost",
88
server_port: 3000,
99
pg_port: 5432,
10-
db_url: "postgres://postgres:pgroot@localhost:5432/api",
10+
db_url: "postgres://postgres:pgroot@localhost:5432/api_test",
1111
secret: "secret",
1212
};

0 commit comments

Comments
 (0)