Permalink
Find file
Fetching contributors…
Cannot retrieve contributors at this time
9 lines (6 sloc) 234 Bytes
# 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