Skip to content

Commit

Permalink
fixed prop
Browse files Browse the repository at this point in the history
  • Loading branch information
IN40068837 authored and IN40068837 committed Dec 13, 2024
1 parent 4cf1c43 commit 7f8ed48
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/main/environment/common_dev.properties
Original file line number Diff line number Diff line change
Expand Up @@ -66,5 +66,5 @@ tcSpeclistWL=7
prescription=TMPrescription SMS
### Redis IP
spring.redis.host=localhost
jwt.secret=@JWT_SECRET_KEY@
jwt.secret=

2 changes: 1 addition & 1 deletion src/main/environment/common_test.properties
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ prescription=TMPrescription SMS

### Redis IP
spring.redis.host=localhost
jwt.secret=@JWT_SECRET_KEY@
jwt.secret=



2 changes: 1 addition & 1 deletion src/main/environment/common_uat.properties
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,6 @@ tcSpeclistWL=7
prescription=TMPrescription SMS
### Redis IP
spring.redis.host=localhost
jwt.secret=@JWT_SECRET_KEY@
jwt.secret=


0 comments on commit 7f8ed48

Please sign in to comment.