Datasource

Datasource #

Postgres connection #

"%custom":
  universalid:
    # Datasource
    datasource:
      jdbc:
        url: "jdbc:postgresql://localhost:5432/postgres"
        max-size: 16
      username: "postgres"
      password: "postgres"
  • url datasource JDBC URL
  • max-size datasource pool maximum size.

Warn
In a production environment sensitive values should be parameterized and fetched from your Cloud’s Provider Secrets Manager.