31 lines
1.6 KiB
Properties
31 lines
1.6 KiB
Properties
server.port=8081
|
|
server.servlet.context-path=/mk-auth
|
|
server.use-forward-headers=false
|
|
security.oauth2.authorization.check-token-access=isAuthenticated()
|
|
spring.main.allow-bean-definition-overriding=true
|
|
spring.datasource.url=jdbc:mysql://127.0.0.1/oauth2?useUnicode=true&characterEncoding=utf-8&zeroDateTimeBehavior=convertToNull&serverTimezone=UTC
|
|
spring.datasource.username=root
|
|
spring.datasource.password=bluemoon
|
|
spring.datasource.driver-class-name=com.mysql.cj.jdbc.Driver
|
|
spring.datasource.platform=schema
|
|
spring.jpa.properties.hibernate.dialect=org.hibernate.dialect.MariaDB53Dialect
|
|
spring.jpa.database=MYSQL
|
|
spring.jpa.hibernate.ddl-auto=update
|
|
spring.jpa.generate-ddl=true
|
|
spring.jpa.show-sql=true
|
|
#spring.jpa.generate-ddl=false
|
|
#spring.jpa.hibernate.ddl-auto=none
|
|
spring.security.oauth2.client.registration.facebook.client-id=715358882216622
|
|
spring.security.oauth2.client.registration.facebook.client-secret=a39d8f1e06e8c3863d12e8461f4991e8
|
|
spring.security.oauth2.client.registration.google.client-id=534360107417-qhkkasmnj4tml8iuk3v1dh72ipjvf2qp.apps.googleusercontent.com
|
|
spring.security.oauth2.client.registration.google.client-secret=XkmQ3KPTpmTkWb8X6_1WRR5i
|
|
#facebook.client.access-token-uri=https://graph.facebook.com/oauth/access_token
|
|
#facebook.client.user-authorization-uri=https://www.facebook.com/dialog/oauth
|
|
#facebook.client.token-name=oauth_token
|
|
#facebook.client.authentication-scheme=query
|
|
#facebook.client.client-authentication-scheme=form
|
|
#
|
|
#facebook.resource.user-info-uri=https://graph.facebook.com/me?fields=id
|
|
logging.level.web=debug
|
|
spring.http.log-request-details=true
|