Skip to content

Commit a3e56e1

Browse files
committed
🥶 Fix build
1 parent f3523df commit a3e56e1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.env.dev

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ ENV=dev
22
APP_NAME=Whitebox | Development
33
APP_NAME_CRON=Whitebox | Development
44

5-
POSTGRES_DB_URI=postgresql://postgres:postgres@localhost:5432/postgres
5+
DATABASE_URL=postgresql://postgres:postgres@localhost:5432/postgres
66

77
VERSION=0.1.0
88
METRICS_CRON=*/15 * * * *

.env.test

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ ENV=test
22
APP_NAME=Whitebox | Test
33
APP_NAME_CRON=Whitebox | Test
44

5-
POSTGRES_DB_URI=postgresql://postgres:postgres@localhost:5432/test
5+
DATABASE_URL=postgresql://postgres:postgres@localhost:5432/test
66

77
VERSION=0.1.0
88
METRICS_CRON=*/15 * * * *

0 commit comments

Comments
 (0)