Files
ballistic-builder-spring/src/main/resources/application.properties

12 lines
436 B
Properties
Raw Normal View History

2025-03-06 23:14:11 -05:00
spring.application.name=ballistic
2025-06-29 08:31:47 -04:00
# Database connection properties
spring.datasource.url=jdbc:postgresql://r710.gofwd.group:5433/ballistic
spring.datasource.username=postgres
spring.datasource.password=cul8rman
spring.datasource.driver-class-name=org.postgresql.Driver
# Hibernate properties
#spring.jpa.hibernate.ddl-auto=update
spring.jpa.show-sql=true
spring.jpa.properties.hibernate.dialect=org.hibernate.dialect.PostgreSQLDialect