# Currently only postgres is supported database.driverClass=org.postgresql.Driver # Format: jdbc:postgresql://{hostname}/{dbame} database.jdbcUrl=jdbc:postgresql://localhost/osm database.username=postgres database.password=postgres