From 3a8c0ec5eb8bd6a665f15101167760879d2a0968 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bla=C5=BE=20Dular?= <22869613+xBlaz3kx@users.noreply.github.com> Date: Mon, 5 Jan 2026 09:56:14 +0100 Subject: [PATCH] Update DATABASE_URL with all supported databases Added docs for both SQLite and PostgreSQL support --- docs/CRATE_EV_SERVER.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/CRATE_EV_SERVER.md b/docs/CRATE_EV_SERVER.md index 200150a..f49df7e 100644 --- a/docs/CRATE_EV_SERVER.md +++ b/docs/CRATE_EV_SERVER.md @@ -14,7 +14,7 @@ DATABASE_URL=./output/vehicles.db cargo run -p ev-server ## Environment Variables -- `DATABASE_URL`: Path to SQLite database (default: vehicles.db) +- `DATABASE_URL`: Database URL - supports SQLite database (default: vehicles.db) or PostgreSQL - `PORT`: Server port (default: 3000) - `HOST`: Bind address (default: 0.0.0.0) - `LOG_LEVEL`: Logging level - debug, info, warn, error (default: info)