Skip to content

Commit

Permalink
redis
Browse files Browse the repository at this point in the history
  • Loading branch information
chs98412 committed Nov 20, 2024
1 parent 8afab45 commit b63045e
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 6 deletions.
10 changes: 5 additions & 5 deletions src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,14 +26,14 @@ spring:
properties:
hibernate:
dialect: org.hibernate.dialect.MySQLDialect
data:
redis:
host: dev-redis
port: 6379
timeout: 5000ms
server:
port: 8084


couple:
service:
url: http://158.247.198.100:32002

management:
endpoints:
web:
Expand Down
7 changes: 6 additions & 1 deletion src/test/http/example.http
Original file line number Diff line number Diff line change
Expand Up @@ -81,4 +81,9 @@ Content-Type: application/json

### 알림
POST http://localhost:8084/example/noti
Content-Type: application/json
Content-Type: application/json


### invite-code
POST {{url}}/account-service/couple/invite-code
Member-Code:eyJubyI6NSwibmFtZSI6Im5hbWUiLCJhY2NvdW50IjoiYWNjb3VudCJ9

0 comments on commit b63045e

Please sign in to comment.