31 lines
917 B
YAML
31 lines
917 B
YAML
|
spring:
|
||
|
profiles:
|
||
|
active: dev
|
||
|
security:
|
||
|
oauth2:
|
||
|
client:
|
||
|
registration:
|
||
|
okta:
|
||
|
client-id: 0oa21yqmlw0cI8weJ357
|
||
|
client-secret: ggYpEpAF-I_vs492y33fwZvXT2a8LoLBdvnHzoZQ
|
||
|
scope: openid, email, profile
|
||
|
|
||
|
provider:
|
||
|
okta:
|
||
|
issuer-uri: https://dev-125890.okta.com/oauth2/default
|
||
|
datasource:
|
||
|
driver-class-name: com.mysql.jdbc.Driver
|
||
|
password: riddhidave
|
||
|
url: jdbc:mysql://localhost:3306/playground?userSSL=false
|
||
|
username: root
|
||
|
jpa:
|
||
|
generate-ddl: true
|
||
|
hibernate:
|
||
|
ddl-auto: update
|
||
|
properties:
|
||
|
hibernate:
|
||
|
dialect: org.hibernate.dialect.MySQL5InnoDBDialect
|
||
|
show-sql: true
|
||
|
server:
|
||
|
connection-timeout: 600000
|