Skip to content

Commit

Permalink
fix: phone_key 길이 부족해서 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
nuyh99 committed Nov 6, 2023
1 parent 517cdf0 commit 2b983ee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ services:
SPRING_DATASOURCE_URL: jdbc:mysql://busan_db:3306/busan
SPRING_DATASOURCE_USERNAME: root
SPRING_DATASOURCE_PASSWORD: password
PHONE_KEY: testesttstset
PHONE_KEY: testtesttesttest
PHONE_SECRET: testsetsetsetstsetsetsets
PHONE_SENDER: 01012345678

Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/application.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ spring:

phone:
key: testesttstset
secret: testsetsetsetstsetsetsets
secret: testtestesttestteststestsetstets
sender: 01012345678

0 comments on commit 2b983ee

Please sign in to comment.