source: src/main/resources/application.properties@ bde8b13

Last change on this file since bde8b13 was bde8b13, checked in by ppaunovski <paunovskipavel@…>, 6 months ago

All 3 main use cases implemented.

  1. Starting a commute
  2. Writing a ticket
  3. Starting an instance of a Bus Line
  • Property mode set to 100644
File size: 603 bytes
RevLine 
[b101b69]1#
[bde8b13]2spring.datasource.url=jdbc:postgresql://localhost:8089/db_202324z_va_prj_busngo
[b101b69]3spring.datasource.username=db_202324z_va_prj_busngo_owner
4spring.datasource.password=d9f924580e7
5spring.datasource.driver-class-name=org.postgresql.Driver
[24c39f9]6
7
8spring.datasource.hikari.connection-timeout=20000
[bde8b13]9spring.datasource.hikari.maximum-pool-size=5
[24c39f9]10
[b101b69]11#spring.jpa.properties.hibernate.dialect=org.hibernate.dialect.PostgreSQLDialect
[24c39f9]12spring.jpa.properties.hibernate.jdbc.non_contextual_creation=true
[bde8b13]13spring.jpa.properties.hibernate.default_schema=project
[24c39f9]14
15spring.jpa.hibernate.ddl-auto=validate
[bde8b13]16spring.jpa.show-sql=true
17
Note: See TracBrowser for help on using the repository browser.