Skip to content

Commit

Permalink
Merge branch 'master' into fix/github-action
Browse files Browse the repository at this point in the history
  • Loading branch information
chicori3 authored Jul 25, 2024
2 parents 3f941ac + 1d309b6 commit 64a61f5
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -1 +1 @@
* @IW-MOON @nature1216 @junhaesung
* @chicori3
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -42,3 +42,6 @@ out/
# tomcat access log
/work/
/logs/

spring.log
gradlew
6 changes: 3 additions & 3 deletions module-domain/src/main/resources/application-local.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ cloud:
ygtang:
domain:
datasource:
jdbcUrl: ENC(Qagc87PeOwmR8Zh73hU/bii+ZjzTPI7shAmw3pPxdLqXHF5MXACQparai0qWTUb6rBMXGPuqohNDhKfKx/wc21ysVuOCel9WEf2R0Le/RJhI8oVlaHZMmp6eq/yR2lsbW1ZB+n7zIi2gKgOTu2U9g4zRcA8EH3KTLK5+ps998vZRyCOIg8gW9/IJab5A8uSIgnUjwjJGdxAYcNd6+PMoceEhDfeW6wVldT7KNQeHhjofmi565uyWGQtHTfOQHbjcaBjH5CtI7/tWGaYVxdpLlC+d6kZ2wm/7H4rB0oGa9DZw7dy1JE4ymFcL67b6p2mEsi6ysBMZ+fTypM90Snb8RA==)
username: ENC(pD8lmKr4PXMRCUto6pMF9Ub/iJCxKveTODoqXQm1fDEB4rVN1Nzs6sftmidgYWOP)
password: ENC(MJISIAE2hpfyzQjAFQwM8o+Wtv5rHP5lJDwBq3mEIUkr93OEMj+uqYmXDjasb7El)
jdbcUrl: jdbc:mysql://localhost:3306/inspiration?autoReconnect=true&serverTimezone=Asia/Seoul&allowPublicKeyRetrieval=true&characterEncoding=utf8&useSSL=false&useUnicode=true
username: root
password: ygt
driver-class-name: com.mysql.cj.jdbc.Driver

0 comments on commit 64a61f5

Please sign in to comment.