Skip to content

Commit

Permalink
chore: test용 submodules를 import
Browse files Browse the repository at this point in the history
  • Loading branch information
gitchannn committed Mar 18, 2024
1 parent a7a2f36 commit a8f2f2d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 11 deletions.
4 changes: 4 additions & 0 deletions server/src/main/resources/application-test.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
spring:
config:
import:
- security/application-test.yml
11 changes: 0 additions & 11 deletions server/src/test/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,3 @@ spring:
profiles:
active: test

client:
uri: secret-ip

encryption:
secret-key: VNaqsewrTM84zdZB+52sXOg==

oauth:
kakao:
redirect-uri: https://www.sunnybraille.com/login/kakao
rest-api-key: rest-api-key
auth-code-uri: auth-code-uri

0 comments on commit a8f2f2d

Please sign in to comment.