Skip to content

application.yml

denisdimarco edited this page Nov 28, 2021 · 1 revision

spring:
  datasource:
    url: jdbc:postgresql://localhost:5432/ot111_ong
    username: postgres
    password: postgres
  jpa:
    show-sql: true

Clone this wiki locally