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

oothub-web.1.1.1.source-code.boothub-web-app.postgres.cfg Maven / Gradle / Ivy

The newest version!
port = (System.getenv('PORT') ?: 8080) as int

repoManager = new org.boothub.repo.PostgresRepoManager.Builder()
//    .withDbUrl('jdbc:postgresql://localhost:5432/mydb')
//    .withUsername('boothub')
//    .withPassword('boothub123')
    .create()

browserAutoStart = true




© 2015 - 2025 Weber Informatics LLC | Privacy Policy