Skip to content

Commit 5e5515a

Browse files
committed
docs: readme update
1 parent ea2edf4 commit 5e5515a

1 file changed

Lines changed: 2 additions & 14 deletions

File tree

README.md

Lines changed: 2 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ npm install
9898
npm run dev
9999
```
100100

101-
The server should start on `http://localhost:5001` (or your configured port).
101+
The server should start on `http://localhost:5312` (or your configured port).
102102

103103
---
104104

@@ -137,18 +137,6 @@ Copy the example and adjust as needed:
137137
cp .env.example .env
138138
```
139139

140-
At minimum, ensure these values are set:
141-
142-
```env
143-
DB_HOST=localhost
144-
DB_PORT=5432
145-
DB_NAME=seamless_auth
146-
DB_USER=myuser
147-
DB_PASSWORD=mypassword
148-
APP_ORIGIN=http://localhost:5001
149-
ISSUER=http://localhost:5312
150-
```
151-
152140
⚠️ Do not commit `.env` files. They are ignored by default.
153141

154142
---
@@ -164,7 +152,7 @@ docker run -d \
164152
-e POSTGRES_PASSWORD=mypassword \
165153
-e POSTGRES_DB=seamless_auth \
166154
-p 5432:5432 \
167-
postgres:15
155+
postgres:16
168156
```
169157

170158
Update DB env values accordingly.

0 commit comments

Comments
 (0)