diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml index 7a0b1b5..1adcac2 100644 --- a/src/main/resources/application.yml +++ b/src/main/resources/application.yml @@ -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: diff --git a/src/test/http/example.http b/src/test/http/example.http index bb50594..bf9a75c 100644 --- a/src/test/http/example.http +++ b/src/test/http/example.http @@ -81,4 +81,9 @@ Content-Type: application/json ### 알림 POST http://localhost:8084/example/noti -Content-Type: application/json \ No newline at end of file +Content-Type: application/json + + +### invite-code +POST {{url}}/account-service/couple/invite-code +Member-Code:eyJubyI6NSwibmFtZSI6Im5hbWUiLCJhY2NvdW50IjoiYWNjb3VudCJ9