source: ReserveNGo-backend/src/main/resources/application-prod.properties@ cf09deb

Last change on this file since cf09deb was cf09deb, checked in by Nikola Jordanoski <nikolaj_koko@…>, 3 months ago

Added security (not fully implemented)

  • Property mode set to 100644
File size: 360 bytes
RevLine 
[cf09deb]1spring.datasource.url=jdbc:postgresql://localhost:5432/resandgo
2
3spring.datasource.username=za123
4spring.datasource.password=123
5
6#spring.datasource.hikari.connection-timeout=20000
7#spring.datasource.hikari.maximum-pool-size=5
8
9spring.jpa.database-platform=org.hibernate.dialect.PostgreSQLDialect
10
11spring.jpa.hibernate.ddl-auto=update
12spring.jpa.show-sql=true
Note: See TracBrowser for help on using the repository browser.