Ignore:
Timestamp:
02/04/24 16:57:49 (6 months ago)
Author:
darsov2 <62809499+darsov2@…>
Branches:
master
Children:
efaa053
Parents:
07f4e8b
Message:

ouath, mailing impl

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/main/resources/application.properties

    r07f4e8b r0f5aa27  
    1414spring.datasource.hikari.maximumPoolSize=5
    1515
     16
     17
    1618spring.jpa.generate-ddl=true
    1719logging.level.org.springframework.security=DEBUG
    1820
    1921
     22spring.security.oauth2.client.registration.github.client-id=f84a0839a98bf3b25d38
     23spring.security.oauth2.client.registration.github.client-secret=e22be1f60e10517c8906bde54529280e57ff21f3
     24
     25spring.security.oauth2.client.registration.google.client-id=122292211431-p18l1falsh51nevvm2sg85rjp0psqsn4.apps.googleusercontent.com
     26spring.security.oauth2.client.registration.google.client-secret=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
     27spring.security.oauth2.client.registration.google.scope=profile,email
     28
     29spring.security.oauth2.client.registration.facebook.client-id=904891684514537
     30spring.security.oauth2.client.registration.facebook.client-secret=f69fe635933dd32c12b5786968f18b4c
     31#logging.level.org.springframework.security=DEBUG
     32logging.level.org.springframework.security.oauth2=DEBUG
     33
     34
     35
Note: See TracChangeset for help on using the changeset viewer.