Skip to content

Commit 3c3bcec

Browse files
Merge pull request #126 from BRGOVIND/patch-1
Update .env.sa Fix: Match ROOT_PORT in .env.sample with READMEmple
2 parents 9f0f606 + f1fd3ee commit 3c3bcec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.env.sample

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ POSTGRES_HOST=localhost
88
ROOT_DB_URL=postgresql://${POSTGRES_USER}:${POSTGRES_PASSWORD}@${POSTGRES_HOST}:5432/${POSTGRES_DB}
99
RUST_ENV=development
1010
ROOT_SECRET=insecuresecret123 # Used to verify origin of attendance mutations
11-
ROOT_PORT=3000
11+
ROOT_PORT=8000

0 commit comments

Comments
 (0)