Skip to content

Commit 9624509

Browse files
committed
fix: git ignore 업데이트
1 parent a2656e0 commit 9624509

File tree

3 files changed

+12
-29
lines changed

3 files changed

+12
-29
lines changed

docker-compose.yaml

Lines changed: 0 additions & 28 deletions
This file was deleted.
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
spring:
2+
security:
3+
oauth2:
4+
client:
5+
registration:
6+
github:
7+
client-id:
8+
client-secret:
9+
scope:
10+
- user:email
11+
- read:user

src/main/resources/application.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ spring:
1313
datasource:
1414
url: jdbc:mysql://localhost:3306/cmf_db?useUnicode=true&characterEncoding=UTF-8&serverTimezone=Asia/Seoul
1515
username: root
16-
password: cmfgogo!!1236
16+
password: root123414
1717
driver-class-name: com.mysql.cj.jdbc.Driver
1818
jpa:
1919
open-in-view: false

0 commit comments

Comments
 (0)