Skip to content

Commit 0bbb94a

Browse files
committed
chore: update sample.env
1 parent b1f5277 commit 0bbb94a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.env.example

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
DATABASE_URL="file:./dev.db"
22
HOST_NAME='http://localhost'
3-
HOST_PORT=3000
4-
FULL_URL=http://localhost:3000
5-
ISSUER_URL=http://localhost:3000/oidc
3+
HOST_PORT=3001
4+
FULL_URL=http://localhost:3001
5+
ISSUER_URL=http://localhost:3001/oidc
66

77
KICKSTART_FILE_NAME=kickstart.json
88

0 commit comments

Comments
 (0)