From f1fd3ee2949151de445a9f661bbe333b4e828605 Mon Sep 17 00:00:00 2001 From: B R GOVIND Date: Wed, 4 Jun 2025 02:23:55 +0530 Subject: [PATCH] Update .env.sample --- .env.sample | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.env.sample b/.env.sample index 430f985..0701e1f 100644 --- a/.env.sample +++ b/.env.sample @@ -8,4 +8,4 @@ POSTGRES_HOST=localhost ROOT_DB_URL=postgresql://${POSTGRES_USER}:${POSTGRES_PASSWORD}@${POSTGRES_HOST}:5432/${POSTGRES_DB} RUST_ENV=development ROOT_SECRET=insecuresecret123 # Used to verify origin of attendance mutations -ROOT_PORT=3000 +ROOT_PORT=8000