From b1ba825faeb84798a6ad0885f672de44357bfeb2 Mon Sep 17 00:00:00 2001 From: tigernaxoJr <86216909+tigernaxoJr@users.noreply.github.com> Date: Sun, 11 May 2025 23:16:24 +0800 Subject: [PATCH] Update README.md fix environment typo --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d1da845..f529921 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ https://rust-oauth.marcoinacio.com/ * Create file named `.env` at the root of the repository (same folder as the README.md), containing: - DATABASE_URI=sqlite://db/db.sqlite3 + DATABASE_URL=sqlite://db/db.sqlite3 GOOGLE_CLIENT_ID=your_google_oauth_id GOOGLE_CLIENT_SECRET=your_google_oauth_secret @@ -34,7 +34,7 @@ https://rust-oauth.marcoinacio.com/ * Create file named `.env` at the root of the repository (same folder as the README.md), containing: - DATABASE_URI=sqlite://db/db.sqlite3 + DATABASE_URL=sqlite://db/db.sqlite3 GOOGLE_CLIENT_ID=your_google_oauth_id GOOGLE_CLIENT_SECRET=your_google_oauth_secret