Changeset 0f5aa27 for src/main/resources/application.properties
- Timestamp:
- 02/04/24 16:57:49 (9 months ago)
- Branches:
- master
- Children:
- efaa053
- Parents:
- 07f4e8b
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/main/resources/application.properties
r07f4e8b r0f5aa27 14 14 spring.datasource.hikari.maximumPoolSize=5 15 15 16 17 16 18 spring.jpa.generate-ddl=true 17 19 logging.level.org.springframework.security=DEBUG 18 20 19 21 22 spring.security.oauth2.client.registration.github.client-id=f84a0839a98bf3b25d38 23 spring.security.oauth2.client.registration.github.client-secret=e22be1f60e10517c8906bde54529280e57ff21f3 24 25 spring.security.oauth2.client.registration.google.client-id=122292211431-p18l1falsh51nevvm2sg85rjp0psqsn4.apps.googleusercontent.com 26 spring.security.oauth2.client.registration.google.client-secret=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 27 spring.security.oauth2.client.registration.google.scope=profile,email 28 29 spring.security.oauth2.client.registration.facebook.client-id=904891684514537 30 spring.security.oauth2.client.registration.facebook.client-secret=f69fe635933dd32c12b5786968f18b4c 31 #logging.level.org.springframework.security=DEBUG 32 logging.level.org.springframework.security.oauth2=DEBUG 33 34 35
Note:
See TracChangeset
for help on using the changeset viewer.