Gazebo_simulation-Backend/target/classes/application.yml

31 lines
893 B
YAML
Raw Normal View History

2020-12-21 11:15:57 -04:00
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:
2020-12-31 16:07:00 -04:00
driver-class-name: org.postgresql.Driver
2020-12-21 11:15:57 -04:00
password: riddhidave
2020-12-31 16:07:00 -04:00
url: jdbc:postgresql:spirisim
username: spirisim
2020-12-21 11:15:57 -04:00
jpa:
generate-ddl: true
hibernate:
ddl-auto: update
properties:
hibernate:
dialect: org.hibernate.dialect.MySQL5InnoDBDialect
show-sql: true
server:
connection-timeout: 600000