Skip to content

Commit d41352a

Browse files
Update application.yml
1 parent 22e8c74 commit d41352a

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

src/main/resources/application.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ spring:
3535
ddl-auto: update
3636
properties:
3737
hibernate:
38+
dialect: org.hibernate.dialect.MySQLDialect
3839
format_sql: true
3940
default_batch_fetch_size: 1000
4041
order_inserts: true
@@ -46,3 +47,11 @@ spring:
4647
level:
4748
org.hibernate.SQL: debug
4849

50+
security:
51+
oauth2:
52+
client:
53+
registration:
54+
github:
55+
client-id: ${GITHUB_CLIENT_ID}
56+
client-secret: ${GITHUB_CLIENT_SECRET}
57+
scope: user:email

0 commit comments

Comments
 (0)