Point to correct database
Test / test (push) Failing after 54s
Details
Test / test (push) Failing after 54s
Details
This commit is contained in:
parent
4d5f5543f8
commit
4021f8c95b
|
|
@ -1,3 +1,4 @@
|
|||
DATABASE="postgres"
|
||||
POSTGRES_PASSWORD="password"
|
||||
VAPID_PRIVATE_KEY=""
|
||||
BASE_URL="http://localhost:5173"
|
||||
|
|
@ -1,3 +1,4 @@
|
|||
DATABASE="postgres"
|
||||
POSTGRES_PASSWORD="testpassword"
|
||||
VAPID_PRIVATE_KEY="privatekey"
|
||||
BASE_URL="http://localhost:5173"
|
||||
|
|
@ -1,5 +1,5 @@
|
|||
export default {
|
||||
database: process.env.DATABASE ?? "database",
|
||||
database: process.env.DATABASE ?? "postgres",
|
||||
host: "database",
|
||||
user: "postgres",
|
||||
password: process.env.POSTGRES_PASSWORD,
|
||||
|
|
|
|||
Loading…
Reference in New Issue