Skip to content

Commit f5f633f

Browse files
committed
Updated README.md
1 parent 48b1369 commit f5f633f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ docker compose -f docker-compose.dev.yml up --build
4545
- Redis: `http://localhost:6379`
4646

4747
## Documentation
48-
For a detailed, step-by-step setup guide, please visit my personal website.
48+
For a detailed, step-by-step setup guide, please visit my personal website: [Building a Modern Web Application: React, Spring Boot, Spring Security, and Docker Compose Explained](https://uniqueman.dev/showPostDetails/1731363525929).
4949

5050
## Usage
5151
- 1.**System Initialization:** You'll be prompted to create an admin account the first time you start the application.

docker-compose.dev.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ services:
3636
- SPRING_SERVER_PORT=8082
3737
- APP_DEVICE_LIMIT=2
3838
- APP_SESSION_EXPIRATION=1800000
39-
- JWT_SECRET=COPY_AND_PASTE_YOUR_GENERATED_JWT_SECRET_HERE
39+
- JWT_SECRET=uGnsplpiVfI205tFAnsCIXT/EBkM1Lb1cQDqoViNMpg=
4040
- SPRING_DATA_REDIS_HOST=fullstack-app-redis
4141
- SPRING_DATA_REDIS_PORT=6379
4242
- SPRING_DATA_REDIS_PASSWORD=My5tr0n9R3d15Pa55word

0 commit comments

Comments
 (0)