We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f3523df commit a3e56e1Copy full SHA for a3e56e1
.env.dev
@@ -2,7 +2,7 @@ ENV=dev
2
APP_NAME=Whitebox | Development
3
APP_NAME_CRON=Whitebox | Development
4
5
-POSTGRES_DB_URI=postgresql://postgres:postgres@localhost:5432/postgres
+DATABASE_URL=postgresql://postgres:postgres@localhost:5432/postgres
6
7
VERSION=0.1.0
8
METRICS_CRON=*/15 * * * *
.env.test
@@ -2,7 +2,7 @@ ENV=test
APP_NAME=Whitebox | Test
APP_NAME_CRON=Whitebox | Test
-POSTGRES_DB_URI=postgresql://postgres:postgres@localhost:5432/test
+DATABASE_URL=postgresql://postgres:postgres@localhost:5432/test
0 commit comments