Skip to content

Commit

Permalink
docs: yml 파일 작성 #11
Browse files Browse the repository at this point in the history
  • Loading branch information
jjt4515 committed Sep 23, 2024
1 parent 4483f99 commit 72f1a90
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 4 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -38,3 +38,5 @@ out/

### Mac OS ###
.DS_Store

application-secret.yml
1 change: 0 additions & 1 deletion src/main/resources/application-secret.properties

This file was deleted.

2 changes: 2 additions & 0 deletions src/main/resources/application-secret.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
jwt:
secret: Yn2kjibddFAWtnPJ2AFlL8WXmohJMCvigQggaEypa5E=
3 changes: 0 additions & 3 deletions src/main/resources/application.properties

This file was deleted.

5 changes: 5 additions & 0 deletions src/main/resources/application.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
spring:
application:
name: team10-poomasi
config:
import: optional:application-secret.yml

0 comments on commit 72f1a90

Please sign in to comment.