server.port=8080 ## PostgreSQL spring.datasource.driver-class-name=org.postgresql.Driver spring.datasource.url=jdbc:postgresql://localhost:5432/tourmate spring.datasource.username=postgres spring.datasource.password=admin spring.jpa.properties.hibernate.dialect=org.hibernate.dialect.PostgreSQLDialect spring.jpa.hibernate.ddl-auto=update spring.jpa.show_sql=true spring.jpg.hibernate.format_sql=false spring.datasource.type=com.zaxxer.hikari.HikariDataSource spring.datasource.hikari.maximumPoolSize=5 spring.jpa.generate-ddl=true logging.level.org.springframework.security=DEBUG spring.security.oauth2.client.registration.github.client-id=f84a0839a98bf3b25d38 spring.security.oauth2.client.registration.github.client-secret=e22be1f60e10517c8906bde54529280e57ff21f3 spring.security.oauth2.client.registration.google.client-id=122292211431-p18l1falsh51nevvm2sg85rjp0psqsn4.apps.googleusercontent.com spring.security.oauth2.client.registration.google.client-secret=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 spring.security.oauth2.client.registration.google.scope=profile,email spring.security.oauth2.client.registration.facebook.client-id=904891684514537 spring.security.oauth2.client.registration.facebook.client-secret=f69fe635933dd32c12b5786968f18b4c #logging.level.org.springframework.security=DEBUG logging.level.org.springframework.security.oauth2=DEBUG