All Downloads are FREE. Search and download functionalities are using the official Maven repository.

database-conf.deploy-repository.yaml.postgres-12 Maven / Gradle / Ivy

There is a newer version: 23.3.0-1025.941
Show newest version
xl.repository:
  artifacts:
    root: build/artifacts
  database:
    db-driver-classname: "org.postgresql.Driver"
    db-url: "jdbc:postgresql://127.0.0.1:{{DB_PORT}}/postgres"
    db-username: "postgres"
    db-password: "demo"
    leak-detection-threshold: 2 minutes
    max-pool-size: 10




© 2015 - 2024 Weber Informatics LLC | Privacy Policy