Skip to content

Commit

Permalink
merge: hotfix gitignore 수정 (#135)
Browse files Browse the repository at this point in the history
  • Loading branch information
khcho0125 authored Oct 29, 2022
2 parents 2a69c77 + 6f01718 commit 73b255f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ build/
!gradle/wrapper/gradle-wrapper.jar
!**/src/main/**/build/
!**/src/test/**/build/
**/src/main/resources/domain.properties
**/src/main/resources/application.yml

### STS ###
.apt_generated
Expand Down
5 changes: 5 additions & 0 deletions simtong-domain/src/main/resources/domain.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
domain.user.default-image=${USER_DEFAULT_IMAGE:}
domain.authcode.expired=${AUTHCODE_EXPIRED:1234567890}
domain.authcodelimit.expired=${AUTHCODELIMIT_EXPIRED:1234567890}
domain.authcodelimit.verified-expired=${AUTHCODELIMIT_VERIFIED_EXPIRED:1234567890}
domain.authcodelimit.max-attempt-count=${AUTHCODELIMIT_MAX_ATTEMPT_COUNT:12345}

0 comments on commit 73b255f

Please sign in to comment.