File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -98,7 +98,7 @@ npm install
9898npm 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:
137137cp .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
170158Update DB env values accordingly.
You can’t perform that action at this time.
0 commit comments