From 3e6a72428824c5a50a873a4284b86d0a9e47a778 Mon Sep 17 00:00:00 2001 From: fx Date: Mon, 9 Oct 2023 17:26:59 +0200 Subject: db int for api --- .env | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.env') diff --git a/.env b/.env index 814cb3d..4516d34 100644 --- a/.env +++ b/.env @@ -1,2 +1,2 @@ -DATABASE_URL="sqlite:devices.sqlite" +DATABASE_URL="postgres://postgres:postgres@localhost:5432/webol" SQLX_OFFLINE_DIR="./.sqlx" \ No newline at end of file -- cgit v1.2.3